2023-11-17T05:10:25.685 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-17T05:10:25.686 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/octopus 1-start 2-nfs 3-upgrade-with-workload 4-final} --archive /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461281 --name yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461281/orig.config.yaml 2023-11-17T05:10:25.727 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-17T05:10:25.841 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461281 branch: wip-yuri3-testing-2023-11-14-1227-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: '7461281' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri3-testing-2023-11-14-1227-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: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri3-testing-2023-11-14-1227-pacific sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 7739 sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2023-11-14-1227-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac targets: smithi173.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLKzlVEwZbDm8S25/uCPAvpw/umecw3cf+epLIdejKGkppidsuReFIac16OaKDAOHUHuiTSoLDw2c45T3BBRtsc= smithi203.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMDvtWAKqtfr/FBE4M3sHqXlgp4xBvucpC5lh3iBQrbffuKnCpMOyoSrqBrm+IuR6OF9SENLweWsDZEopXx6CT4= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: add_mons_via_daemon_add: true avoid_pacific_features: true cephadm_branch: octopus cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v15 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-16_22:29:26 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.1224587 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-11-17T05:10:25.841 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa; will attempt to use it 2023-11-17T05:10:25.842 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks 2023-11-17T05:10:25.842 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-17T05:10:25.844 INFO:teuthology.task.internal:Checking packages... 2023-11-17T05:10:25.866 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'ed3c8e926b9de93026c8a7c1d86be5d6821b52ac' 2023-11-17T05:10:25.866 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-17T05:10:25.866 INFO:teuthology.packaging:ref: None 2023-11-17T05:10:25.866 INFO:teuthology.packaging:tag: None 2023-11-17T05:10:25.866 INFO:teuthology.packaging:branch: wip-yuri3-testing-2023-11-14-1227-pacific 2023-11-17T05:10:25.867 INFO:teuthology.packaging:sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 2023-11-17T05:10:25.867 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri3-testing-2023-11-14-1227-pacific 2023-11-17T05:10:26.012 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-171.ged3c8e92 2023-11-17T05:10:26.012 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-17T05:10:26.021 INFO:teuthology.task.internal:no buildpackages task found 2023-11-17T05:10:26.021 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-17T05:10:26.030 INFO:teuthology.task.internal:Saving configuration 2023-11-17T05:10:26.049 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-17T05:10:26.063 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-17T05:10:26.089 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi173.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461281', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-17 05:05:06.160887', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLKzlVEwZbDm8S25/uCPAvpw/umecw3cf+epLIdejKGkppidsuReFIac16OaKDAOHUHuiTSoLDw2c45T3BBRtsc='} 2023-11-17T05:10:26.114 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi203.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461281', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-17 05:05:06.159561', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMDvtWAKqtfr/FBE4M3sHqXlgp4xBvucpC5lh3iBQrbffuKnCpMOyoSrqBrm+IuR6OF9SENLweWsDZEopXx6CT4='} 2023-11-17T05:10:26.115 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-17T05:10:26.121 INFO:teuthology.task.internal:roles: ubuntu@smithi173.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-11-17T05:10:26.121 INFO:teuthology.task.internal:roles: ubuntu@smithi203.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-11-17T05:10:26.121 INFO:teuthology.run_tasks:Running task console_log... 2023-11-17T05:10:26.202 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f4419ceaf70>, signals=[15]) 2023-11-17T05:10:26.203 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-17T05:10:26.209 INFO:teuthology.task.internal:Opening connections... 2023-11-17T05:10:26.209 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi173.front.sepia.ceph.com 2023-11-17T05:10:26.212 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T05:10:26.284 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi203.front.sepia.ceph.com 2023-11-17T05:10:26.285 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T05:10:26.354 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-17T05:10:26.361 DEBUG:teuthology.orchestra.run.smithi173:> uname -m 2023-11-17T05:10:26.383 INFO:teuthology.orchestra.run.smithi173.stdout:x86_64 2023-11-17T05:10:26.383 DEBUG:teuthology.orchestra.run.smithi173:> cat /etc/os-release 2023-11-17T05:10:26.445 INFO:teuthology.orchestra.run.smithi173.stdout:NAME="CentOS Stream" 2023-11-17T05:10:26.445 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION="8" 2023-11-17T05:10:26.445 INFO:teuthology.orchestra.run.smithi173.stdout:ID="centos" 2023-11-17T05:10:26.445 INFO:teuthology.orchestra.run.smithi173.stdout:ID_LIKE="rhel fedora" 2023-11-17T05:10:26.445 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION_ID="8" 2023-11-17T05:10:26.445 INFO:teuthology.orchestra.run.smithi173.stdout:PLATFORM_ID="platform:el8" 2023-11-17T05:10:26.445 INFO:teuthology.orchestra.run.smithi173.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-17T05:10:26.445 INFO:teuthology.orchestra.run.smithi173.stdout:ANSI_COLOR="0;31" 2023-11-17T05:10:26.445 INFO:teuthology.orchestra.run.smithi173.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-17T05:10:26.446 INFO:teuthology.orchestra.run.smithi173.stdout:HOME_URL="https://centos.org/" 2023-11-17T05:10:26.446 INFO:teuthology.orchestra.run.smithi173.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-17T05:10:26.446 INFO:teuthology.orchestra.run.smithi173.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-17T05:10:26.446 INFO:teuthology.orchestra.run.smithi173.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-17T05:10:26.446 INFO:teuthology.lock.ops:Updating smithi173.front.sepia.ceph.com on lock server 2023-11-17T05:10:26.471 DEBUG:teuthology.orchestra.run.smithi203:> uname -m 2023-11-17T05:10:26.493 INFO:teuthology.orchestra.run.smithi203.stdout:x86_64 2023-11-17T05:10:26.494 DEBUG:teuthology.orchestra.run.smithi203:> cat /etc/os-release 2023-11-17T05:10:26.555 INFO:teuthology.orchestra.run.smithi203.stdout:NAME="CentOS Stream" 2023-11-17T05:10:26.555 INFO:teuthology.orchestra.run.smithi203.stdout:VERSION="8" 2023-11-17T05:10:26.555 INFO:teuthology.orchestra.run.smithi203.stdout:ID="centos" 2023-11-17T05:10:26.555 INFO:teuthology.orchestra.run.smithi203.stdout:ID_LIKE="rhel fedora" 2023-11-17T05:10:26.555 INFO:teuthology.orchestra.run.smithi203.stdout:VERSION_ID="8" 2023-11-17T05:10:26.555 INFO:teuthology.orchestra.run.smithi203.stdout:PLATFORM_ID="platform:el8" 2023-11-17T05:10:26.555 INFO:teuthology.orchestra.run.smithi203.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-17T05:10:26.555 INFO:teuthology.orchestra.run.smithi203.stdout:ANSI_COLOR="0;31" 2023-11-17T05:10:26.555 INFO:teuthology.orchestra.run.smithi203.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-17T05:10:26.555 INFO:teuthology.orchestra.run.smithi203.stdout:HOME_URL="https://centos.org/" 2023-11-17T05:10:26.556 INFO:teuthology.orchestra.run.smithi203.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-17T05:10:26.556 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-17T05:10:26.556 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-17T05:10:26.556 INFO:teuthology.lock.ops:Updating smithi203.front.sepia.ceph.com on lock server 2023-11-17T05:10:26.580 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-17T05:10:26.590 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-17T05:10:26.638 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-17T05:10:26.638 DEBUG:teuthology.orchestra.run.smithi173:> test '!' -e /home/ubuntu/cephtest 2023-11-17T05:10:26.641 DEBUG:teuthology.orchestra.run.smithi203:> test '!' -e /home/ubuntu/cephtest 2023-11-17T05:10:26.661 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-17T05:10:26.667 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-17T05:10:26.667 DEBUG:teuthology.orchestra.run.smithi173:> test -z $(ls -A /var/lib/ceph) 2023-11-17T05:10:26.707 DEBUG:teuthology.orchestra.run.smithi203:> test -z $(ls -A /var/lib/ceph) 2023-11-17T05:10:26.736 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-17T05:10:26.795 INFO:teuthology.run_tasks:Running task kernel... 2023-11-17T05:10:26.813 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-17T05:10:26.813 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-17T05:10:26.813 DEBUG:teuthology.orchestra.run.smithi173:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-17T05:10:26.814 DEBUG:teuthology.orchestra.run.smithi203:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-17T05:10:26.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T05:10:26.835 DEBUG:teuthology.orchestra.run.smithi173:> uname -r 2023-11-17T05:10:26.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T05:10:26.836 DEBUG:teuthology.orchestra.run.smithi203:> uname -r 2023-11-17T05:10:26.896 INFO:teuthology.orchestra.run.smithi173.stdout:4.18.0-489.el8.x86_64 2023-11-17T05:10:26.896 INFO:teuthology.task.kernel:Running kernel on smithi173: 4.18.0-489.el8.x86_64 2023-11-17T05:10:26.896 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum install -y kernel 2023-11-17T05:10:26.897 INFO:teuthology.orchestra.run.smithi203.stdout:4.18.0-489.el8.x86_64 2023-11-17T05:10:26.897 INFO:teuthology.task.kernel:Running kernel on smithi203: 4.18.0-489.el8.x86_64 2023-11-17T05:10:26.897 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum install -y kernel 2023-11-17T05:10:31.622 INFO:teuthology.orchestra.run.smithi173.stdout:CentOS Stream 8 - AppStream 16 MB/s | 34 MB 00:02 2023-11-17T05:10:32.453 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 8 - AppStream 11 MB/s | 34 MB 00:03 2023-11-17T05:10:39.088 INFO:teuthology.orchestra.run.smithi173.stdout:CentOS Stream 8 - BaseOS 41 MB/s | 53 MB 00:01 2023-11-17T05:10:40.137 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 8 - BaseOS 35 MB/s | 53 MB 00:01 2023-11-17T05:10:46.921 INFO:teuthology.orchestra.run.smithi173.stdout:CentOS Stream 8 - Extras 57 kB/s | 18 kB 00:00 2023-11-17T05:10:47.313 INFO:teuthology.orchestra.run.smithi173.stdout:CentOS Stream 8 - Extras common packages 33 kB/s | 6.9 kB 00:00 2023-11-17T05:10:47.582 INFO:teuthology.orchestra.run.smithi173.stdout:Copr repo for python3-asyncssh owned by ceph 29 kB/s | 3.5 kB 00:00 2023-11-17T05:10:47.953 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 8 - Extras 76 kB/s | 18 kB 00:00 2023-11-17T05:10:48.528 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2023-11-17T05:10:48.624 INFO:teuthology.orchestra.run.smithi173.stdout:Extra Packages for Enterprise Linux 18 MB/s | 16 MB 00:00 2023-11-17T05:10:48.813 INFO:teuthology.orchestra.run.smithi203.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-11-17T05:10:51.622 INFO:teuthology.orchestra.run.smithi203.stdout:Extra Packages for Enterprise Linux 6.0 MB/s | 16 MB 00:02 2023-11-17T05:10:52.493 INFO:teuthology.orchestra.run.smithi173.stdout:lab-extras 272 kB/s | 24 kB 00:00 2023-11-17T05:10:55.455 INFO:teuthology.orchestra.run.smithi203.stdout:lab-extras 501 kB/s | 24 kB 00:00 2023-11-17T05:10:56.123 INFO:teuthology.orchestra.run.smithi173.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-17T05:10:56.123 INFO:teuthology.orchestra.run.smithi173.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-17T05:10:56.402 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2023-11-17T05:10:56.403 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2023-11-17T05:10:56.403 INFO:teuthology.orchestra.run.smithi173.stdout: Package Architecture Version Repository Size 2023-11-17T05:10:56.403 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2023-11-17T05:10:56.404 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2023-11-17T05:10:56.404 INFO:teuthology.orchestra.run.smithi173.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-17T05:10:56.404 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2023-11-17T05:10:56.404 INFO:teuthology.orchestra.run.smithi173.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-17T05:10:56.404 INFO:teuthology.orchestra.run.smithi173.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-17T05:10:56.404 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:10:56.404 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2023-11-17T05:10:56.404 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2023-11-17T05:10:56.404 INFO:teuthology.orchestra.run.smithi173.stdout:Install 3 Packages 2023-11-17T05:10:56.404 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:10:56.404 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 89 M 2023-11-17T05:10:56.404 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 96 M 2023-11-17T05:10:56.404 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2023-11-17T05:10:56.875 INFO:teuthology.orchestra.run.smithi173.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 23 MB/s | 10 MB 00:00 2023-11-17T05:10:57.676 INFO:teuthology.orchestra.run.smithi173.stdout:(2/3): kernel-core-4.18.0-521.el8.x86_64.rpm 35 MB/s | 43 MB 00:01 2023-11-17T05:10:58.177 INFO:teuthology.orchestra.run.smithi173.stdout:(3/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 21 MB/s | 36 MB 00:01 2023-11-17T05:10:58.177 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2023-11-17T05:10:58.178 INFO:teuthology.orchestra.run.smithi173.stdout:Total 50 MB/s | 89 MB 00:01 2023-11-17T05:10:58.850 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2023-11-17T05:10:58.988 INFO:teuthology.orchestra.run.smithi203.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-17T05:10:58.988 INFO:teuthology.orchestra.run.smithi203.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-17T05:10:59.271 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2023-11-17T05:10:59.271 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2023-11-17T05:10:59.290 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-11-17T05:10:59.290 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-11-17T05:10:59.291 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2023-11-17T05:10:59.291 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-11-17T05:10:59.291 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2023-11-17T05:10:59.291 INFO:teuthology.orchestra.run.smithi203.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-17T05:10:59.291 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2023-11-17T05:10:59.291 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-17T05:10:59.291 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-17T05:10:59.291 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-17T05:10:59.291 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-11-17T05:10:59.291 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-11-17T05:10:59.291 INFO:teuthology.orchestra.run.smithi203.stdout:Install 3 Packages 2023-11-17T05:10:59.291 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-17T05:10:59.292 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 89 M 2023-11-17T05:10:59.292 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 96 M 2023-11-17T05:10:59.292 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-11-17T05:10:59.975 INFO:teuthology.orchestra.run.smithi203.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 16 MB/s | 10 MB 00:00 2023-11-17T05:11:00.494 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2023-11-17T05:11:00.519 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2023-11-17T05:11:00.591 INFO:teuthology.orchestra.run.smithi203.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 29 MB/s | 36 MB 00:01 2023-11-17T05:11:01.157 INFO:teuthology.orchestra.run.smithi203.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 24 MB/s | 43 MB 00:01 2023-11-17T05:11:01.158 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-11-17T05:11:01.158 INFO:teuthology.orchestra.run.smithi203.stdout:Total 48 MB/s | 89 MB 00:01 2023-11-17T05:11:01.832 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-11-17T05:11:02.258 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-11-17T05:11:02.258 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-11-17T05:11:03.360 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2023-11-17T05:11:36.952 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-11-17T05:11:37.040 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-11-17T05:11:37.040 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-11-17T05:11:37.040 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-17T05:11:37.040 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-17T05:11:37.040 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-17T05:11:37.040 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-17T05:11:37.040 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-17T05:11:37.040 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-17T05:11:37.040 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-17T05:11:37.040 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-17T05:11:37.041 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-17T05:11:37.041 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-17T05:11:37.041 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-17T05:11:37.041 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-17T05:11:37.041 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-17T05:11:37.041 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-17T05:11:37.041 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-17T05:11:37.041 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-17T05:11:37.042 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-17T05:11:37.042 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-17T05:11:37.042 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-17T05:11:37.042 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-17T05:11:37.042 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-17T05:11:37.043 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:11:37.075 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2023-11-17T05:11:37.075 INFO:teuthology.orchestra.run.smithi173.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-17T05:11:37.075 INFO:teuthology.orchestra.run.smithi173.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-17T05:11:37.075 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:11:37.075 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2023-11-17T05:11:37.076 DEBUG:teuthology.orchestra.run.smithi173:> rpm -q kernel | sort -rV | head -n 1 2023-11-17T05:11:37.334 INFO:teuthology.orchestra.run.smithi173.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-17T05:11:37.334 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-17T05:11:37.334 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-17T05:11:37.335 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-17T05:11:37.335 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-17T05:11:37.335 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-17T05:11:37.335 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi173.front.sepia.ceph.com, path=None, version=distro) 2023-11-17T05:11:37.335 DEBUG:teuthology.orchestra.run.smithi173:> rpm -q kernel | sort -rV | head -n 1 2023-11-17T05:11:37.549 INFO:teuthology.orchestra.run.smithi173.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-17T05:11:37.550 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-17T05:11:37.550 DEBUG:teuthology.orchestra.run.smithi173:> sudo rpm -qi grub2-tools 2023-11-17T05:11:37.585 INFO:teuthology.orchestra.run.smithi173.stdout:Name : grub2-tools 2023-11-17T05:11:37.585 INFO:teuthology.orchestra.run.smithi173.stdout:Epoch : 1 2023-11-17T05:11:37.585 INFO:teuthology.orchestra.run.smithi173.stdout:Version : 2.02 2023-11-17T05:11:37.585 INFO:teuthology.orchestra.run.smithi173.stdout:Release : 129.el8 2023-11-17T05:11:37.585 INFO:teuthology.orchestra.run.smithi173.stdout:Architecture: x86_64 2023-11-17T05:11:37.585 INFO:teuthology.orchestra.run.smithi173.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-17T05:11:37.585 INFO:teuthology.orchestra.run.smithi173.stdout:Group : System Environment/Base 2023-11-17T05:11:37.585 INFO:teuthology.orchestra.run.smithi173.stdout:Size : 9265586 2023-11-17T05:11:37.585 INFO:teuthology.orchestra.run.smithi173.stdout:License : GPLv3+ 2023-11-17T05:11:37.585 INFO:teuthology.orchestra.run.smithi173.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-17T05:11:37.586 INFO:teuthology.orchestra.run.smithi173.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-17T05:11:37.586 INFO:teuthology.orchestra.run.smithi173.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-17T05:11:37.586 INFO:teuthology.orchestra.run.smithi173.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-17T05:11:37.586 INFO:teuthology.orchestra.run.smithi173.stdout:Relocations : (not relocatable) 2023-11-17T05:11:37.586 INFO:teuthology.orchestra.run.smithi173.stdout:Packager : CentOS BuildSystem 2023-11-17T05:11:37.586 INFO:teuthology.orchestra.run.smithi173.stdout:Vendor : CentOS 2023-11-17T05:11:37.586 INFO:teuthology.orchestra.run.smithi173.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-17T05:11:37.586 INFO:teuthology.orchestra.run.smithi173.stdout:Summary : Support tools for GRUB. 2023-11-17T05:11:37.586 INFO:teuthology.orchestra.run.smithi173.stdout:Description : 2023-11-17T05:11:37.586 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:11:37.586 INFO:teuthology.orchestra.run.smithi173.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-17T05:11:37.587 INFO:teuthology.orchestra.run.smithi173.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-17T05:11:37.587 INFO:teuthology.orchestra.run.smithi173.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-17T05:11:37.587 INFO:teuthology.orchestra.run.smithi173.stdout:hardware devices. 2023-11-17T05:11:37.587 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:11:37.587 INFO:teuthology.orchestra.run.smithi173.stdout:This subpackage provides tools for support of all platforms. 2023-11-17T05:11:37.588 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-17T05:11:37.588 INFO:teuthology.task.kernel:Updating grub on smithi173 to boot 4.18.0-521.el8.x86_64 2023-11-17T05:11:37.588 DEBUG:teuthology.orchestra.run.smithi173:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-17T05:11:37.976 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-17T05:11:37.977 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-17T05:11:37.977 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-11-17T05:11:37.977 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-17T05:11:37.977 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-17T05:11:37.977 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-17T05:11:37.977 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-11-17T05:11:38.114 DEBUG:teuthology.orchestra.run.smithi203:> rpm -q kernel | sort -rV | head -n 1 2023-11-17T05:11:38.333 INFO:teuthology.orchestra.run.smithi203.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-17T05:11:38.333 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-17T05:11:38.333 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-17T05:11:38.333 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-17T05:11:38.333 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-17T05:11:38.334 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-17T05:11:38.334 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi203.front.sepia.ceph.com, path=None, version=distro) 2023-11-17T05:11:38.334 DEBUG:teuthology.orchestra.run.smithi203:> rpm -q kernel | sort -rV | head -n 1 2023-11-17T05:11:38.542 INFO:teuthology.orchestra.run.smithi203.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-17T05:11:38.542 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-17T05:11:38.543 DEBUG:teuthology.orchestra.run.smithi203:> sudo rpm -qi grub2-tools 2023-11-17T05:11:38.580 INFO:teuthology.orchestra.run.smithi203.stdout:Name : grub2-tools 2023-11-17T05:11:38.580 INFO:teuthology.orchestra.run.smithi203.stdout:Epoch : 1 2023-11-17T05:11:38.580 INFO:teuthology.orchestra.run.smithi203.stdout:Version : 2.02 2023-11-17T05:11:38.580 INFO:teuthology.orchestra.run.smithi203.stdout:Release : 129.el8 2023-11-17T05:11:38.580 INFO:teuthology.orchestra.run.smithi203.stdout:Architecture: x86_64 2023-11-17T05:11:38.580 INFO:teuthology.orchestra.run.smithi203.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-17T05:11:38.580 INFO:teuthology.orchestra.run.smithi203.stdout:Group : System Environment/Base 2023-11-17T05:11:38.580 INFO:teuthology.orchestra.run.smithi203.stdout:Size : 9265586 2023-11-17T05:11:38.581 INFO:teuthology.orchestra.run.smithi203.stdout:License : GPLv3+ 2023-11-17T05:11:38.581 INFO:teuthology.orchestra.run.smithi203.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-17T05:11:38.581 INFO:teuthology.orchestra.run.smithi203.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-17T05:11:38.581 INFO:teuthology.orchestra.run.smithi203.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-17T05:11:38.581 INFO:teuthology.orchestra.run.smithi203.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-17T05:11:38.581 INFO:teuthology.orchestra.run.smithi203.stdout:Relocations : (not relocatable) 2023-11-17T05:11:38.581 INFO:teuthology.orchestra.run.smithi203.stdout:Packager : CentOS BuildSystem 2023-11-17T05:11:38.581 INFO:teuthology.orchestra.run.smithi203.stdout:Vendor : CentOS 2023-11-17T05:11:38.581 INFO:teuthology.orchestra.run.smithi203.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-17T05:11:38.581 INFO:teuthology.orchestra.run.smithi203.stdout:Summary : Support tools for GRUB. 2023-11-17T05:11:38.581 INFO:teuthology.orchestra.run.smithi203.stdout:Description : 2023-11-17T05:11:38.581 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-17T05:11:38.581 INFO:teuthology.orchestra.run.smithi203.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-17T05:11:38.582 INFO:teuthology.orchestra.run.smithi203.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-17T05:11:38.582 INFO:teuthology.orchestra.run.smithi203.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-17T05:11:38.582 INFO:teuthology.orchestra.run.smithi203.stdout:hardware devices. 2023-11-17T05:11:38.582 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-17T05:11:38.582 INFO:teuthology.orchestra.run.smithi203.stdout:This subpackage provides tools for support of all platforms. 2023-11-17T05:11:38.583 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-17T05:11:38.583 INFO:teuthology.task.kernel:Updating grub on smithi203 to boot 4.18.0-521.el8.x86_64 2023-11-17T05:11:38.583 DEBUG:teuthology.orchestra.run.smithi203:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-17T05:11:38.937 INFO:teuthology.orchestra.run.smithi173.stderr:Generating grub configuration file ... 2023-11-17T05:11:40.024 INFO:teuthology.orchestra.run.smithi203.stderr:Generating grub configuration file ... 2023-11-17T05:11:41.477 INFO:teuthology.orchestra.run.smithi173.stderr:done 2023-11-17T05:11:41.478 DEBUG:teuthology.orchestra.run.smithi173:> mktemp 2023-11-17T05:11:41.510 INFO:teuthology.orchestra.run.smithi173.stdout:/tmp/tmp.FYEyg4YOlA 2023-11-17T05:11:41.510 DEBUG:teuthology.orchestra.run.smithi173:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.FYEyg4YOlA 2023-11-17T05:11:41.583 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod 0666 /tmp/tmp.FYEyg4YOlA 2023-11-17T05:11:41.730 DEBUG:teuthology.orchestra.remote:smithi173:/tmp/tmp.FYEyg4YOlA is 6KB 2023-11-17T05:11:41.778 DEBUG:teuthology.orchestra.run.smithi173:> rm -fr /tmp/tmp.FYEyg4YOlA 2023-11-17T05:11:41.796 DEBUG:teuthology.orchestra.run.smithi173:> sudo /bin/ls /boot/loader/entries || true 2023-11-17T05:11:41.884 INFO:teuthology.orchestra.run.smithi173.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-17T05:11:41.884 INFO:teuthology.orchestra.run.smithi173.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-17T05:11:41.884 INFO:teuthology.orchestra.run.smithi173.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-17T05:11:41.884 INFO:teuthology.orchestra.run.smithi173.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-17T05:11:41.885 DEBUG:teuthology.orchestra.run.smithi173:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-17T05:11:42.010 DEBUG:teuthology.orchestra.run.smithi173:> sudo shutdown -r now 2023-11-17T05:11:42.524 INFO:teuthology.orchestra.run.smithi203.stderr:done 2023-11-17T05:11:42.526 DEBUG:teuthology.orchestra.run.smithi203:> mktemp 2023-11-17T05:11:42.564 INFO:teuthology.orchestra.run.smithi203.stdout:/tmp/tmp.81kaJjrx1a 2023-11-17T05:11:42.564 DEBUG:teuthology.orchestra.run.smithi203:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.81kaJjrx1a 2023-11-17T05:11:42.638 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod 0666 /tmp/tmp.81kaJjrx1a 2023-11-17T05:11:42.780 DEBUG:teuthology.orchestra.remote:smithi203:/tmp/tmp.81kaJjrx1a is 6KB 2023-11-17T05:11:42.830 DEBUG:teuthology.orchestra.run.smithi203:> rm -fr /tmp/tmp.81kaJjrx1a 2023-11-17T05:11:42.848 DEBUG:teuthology.orchestra.run.smithi203:> sudo /bin/ls /boot/loader/entries || true 2023-11-17T05:11:42.925 INFO:teuthology.orchestra.run.smithi203.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-17T05:11:42.925 INFO:teuthology.orchestra.run.smithi203.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-17T05:11:42.925 INFO:teuthology.orchestra.run.smithi203.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-17T05:11:42.925 INFO:teuthology.orchestra.run.smithi203.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-17T05:11:42.926 DEBUG:teuthology.orchestra.run.smithi203:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-17T05:11:43.074 DEBUG:teuthology.orchestra.run.smithi203:> sudo shutdown -r now 2023-11-17T05:12:12.040 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-17T05:12:12.040 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2023-11-17T05:12:12.041 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T05:12:13.078 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-17T05:12:13.078 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-11-17T05:12:13.079 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T05:12:47.738 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.203 2023-11-17T05:12:57.400 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-11-17T05:12:57.401 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T05:13:12.055 DEBUG:teuthology.orchestra.remote:timed out 2023-11-17T05:13:27.495 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2023-11-17T05:13:27.496 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T05:13:27.878 DEBUG:teuthology.orchestra.run.smithi173:> true 2023-11-17T05:13:28.167 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi173.front.sepia.ceph.com' 2023-11-17T05:13:28.167 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-521.el8.x86_64"... 2023-11-17T05:13:28.167 DEBUG:teuthology.orchestra.run.smithi173:> uname -r 2023-11-17T05:13:28.226 INFO:teuthology.orchestra.run.smithi173.stdout:4.18.0-521.el8.x86_64 2023-11-17T05:13:28.226 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-17T05:13:28.226 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-17T05:13:28.226 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-17T05:13:29.228 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-17T05:13:29.229 DEBUG:teuthology.orchestra.run.smithi173:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-17T05:13:29.290 INFO:teuthology.orchestra.run.smithi173.stdout:ttyS1 2023-11-17T05:13:29.302 DEBUG:teuthology.parallel:result is None 2023-11-17T05:13:29.412 DEBUG:teuthology.orchestra.run.smithi203:> true 2023-11-17T05:13:29.765 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-11-17T05:13:29.765 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-521.el8.x86_64"... 2023-11-17T05:13:29.765 DEBUG:teuthology.orchestra.run.smithi203:> uname -r 2023-11-17T05:13:29.782 INFO:teuthology.orchestra.run.smithi203.stdout:4.18.0-521.el8.x86_64 2023-11-17T05:13:29.782 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-17T05:13:29.782 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-17T05:13:29.782 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-17T05:13:30.784 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-17T05:13:30.784 DEBUG:teuthology.orchestra.run.smithi203:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-17T05:13:30.856 INFO:teuthology.orchestra.run.smithi203.stdout:ttyS1 2023-11-17T05:13:30.878 DEBUG:teuthology.parallel:result is None 2023-11-17T05:13:30.878 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-17T05:13:30.885 INFO:teuthology.task.internal:Creating test directory... 2023-11-17T05:13:30.886 DEBUG:teuthology.orchestra.run.smithi173:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-17T05:13:30.889 DEBUG:teuthology.orchestra.run.smithi203:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-17T05:13:30.907 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-17T05:13:30.915 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-17T05:13:30.923 INFO:teuthology.task.internal:Creating archive directory... 2023-11-17T05:13:30.923 DEBUG:teuthology.orchestra.run.smithi173:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-17T05:13:30.950 DEBUG:teuthology.orchestra.run.smithi203:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-17T05:13:30.987 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-17T05:13:30.993 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-17T05:13:30.994 DEBUG:teuthology.orchestra.run.smithi173:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-17T05:13:31.025 DEBUG:teuthology.orchestra.run.smithi203:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-17T05:13:31.060 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-17T05:13:31.071 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-17T05:13:31.098 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-17T05:13:31.108 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-17T05:13:31.109 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-17T05:13:31.121 INFO:teuthology.task.internal:Configuring sudo... 2023-11-17T05:13:31.121 DEBUG:teuthology.orchestra.run.smithi173:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-17T05:13:31.123 DEBUG:teuthology.orchestra.run.smithi203:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-17T05:13:31.151 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-17T05:13:31.178 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-17T05:13:31.179 DEBUG:teuthology.orchestra.run.smithi173:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-17T05:13:31.193 DEBUG:teuthology.orchestra.run.smithi203:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-17T05:13:31.211 DEBUG:teuthology.orchestra.run.smithi173:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-17T05:13:31.305 DEBUG:teuthology.orchestra.run.smithi173:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-17T05:13:31.371 DEBUG:teuthology.orchestra.run.smithi173:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-17T05:13:31.419 DEBUG:teuthology.orchestra.run.smithi173:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-17T05:13:31.463 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2023-11-17T05:13:31.463 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-17T05:13:31.530 DEBUG:teuthology.orchestra.run.smithi203:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-17T05:13:31.572 DEBUG:teuthology.orchestra.run.smithi203:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-17T05:13:31.625 DEBUG:teuthology.orchestra.run.smithi203:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-17T05:13:31.705 DEBUG:teuthology.orchestra.run.smithi203:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-17T05:13:31.753 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-11-17T05:13:31.753 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-17T05:13:31.822 DEBUG:teuthology.orchestra.run.smithi173:> sudo service rsyslog restart 2023-11-17T05:13:31.824 DEBUG:teuthology.orchestra.run.smithi203:> sudo service rsyslog restart 2023-11-17T05:13:31.881 INFO:teuthology.orchestra.run.smithi173.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-17T05:13:31.921 INFO:teuthology.orchestra.run.smithi203.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-17T05:13:32.202 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-17T05:13:32.210 INFO:teuthology.task.internal:Starting timer... 2023-11-17T05:13:32.234 INFO:teuthology.run_tasks:Running task pcp... 2023-11-17T05:13:32.244 INFO:teuthology.run_tasks:Running task selinux... 2023-11-17T05:13:32.255 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-17T05:13:32.255 DEBUG:teuthology.orchestra.run.smithi173:> sudo service auditd rotate 2023-11-17T05:13:32.344 INFO:teuthology.orchestra.run.smithi173.stdout:Rotating logs: 2023-11-17T05:13:32.346 DEBUG:teuthology.orchestra.run.smithi203:> sudo service auditd rotate 2023-11-17T05:13:32.420 INFO:teuthology.orchestra.run.smithi203.stdout:Rotating logs: 2023-11-17T05:13:32.421 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-17T05:13:32.421 DEBUG:teuthology.orchestra.run.smithi173:> /usr/sbin/getenforce 2023-11-17T05:13:32.466 INFO:teuthology.orchestra.run.smithi173.stdout:Permissive 2023-11-17T05:13:32.508 DEBUG:teuthology.orchestra.run.smithi203:> /usr/sbin/getenforce 2023-11-17T05:13:32.544 INFO:teuthology.orchestra.run.smithi203.stdout:Permissive 2023-11-17T05:13:32.545 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi173.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi203.front.sepia.ceph.com': 'permissive'} 2023-11-17T05:13:32.545 DEBUG:teuthology.orchestra.run.smithi173:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-17T05:13:32.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T05:13:32.573 DEBUG:teuthology.orchestra.run.smithi203:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-17T05:13:32.610 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T05:13:32.611 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-17T05:13:32.611 DEBUG:teuthology.orchestra.run.smithi173:> sudo /usr/sbin/setenforce permissive 2023-11-17T05:13:32.640 DEBUG:teuthology.orchestra.run.smithi203:> sudo /usr/sbin/setenforce permissive 2023-11-17T05:13:32.687 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-17T05:13:32.696 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-11-17T05:13:32.702 INFO:teuthology.repo_utils:Fetching main from origin 2023-11-17T05:13:32.857 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-17T05:13:32.873 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-17T05:13:32.874 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi173.front.sepia.ceph.com,smithi203.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-17T05:21:38.981 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi173.front.sepia.ceph.com'), Remote(name='ubuntu@smithi203.front.sepia.ceph.com')] 2023-11-17T05:21:38.982 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2023-11-17T05:21:38.983 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T05:21:39.053 DEBUG:teuthology.orchestra.run.smithi173:> true 2023-11-17T05:21:39.122 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi173.front.sepia.ceph.com' 2023-11-17T05:21:39.123 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-11-17T05:21:39.123 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T05:21:39.194 DEBUG:teuthology.orchestra.run.smithi203:> true 2023-11-17T05:21:39.268 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-11-17T05:21:39.268 INFO:teuthology.run_tasks:Running task clock... 2023-11-17T05:21:39.288 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-17T05:21:39.289 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-17T05:21:39.289 DEBUG:teuthology.orchestra.run.smithi173:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-17T05:21:39.292 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-17T05:21:39.292 DEBUG:teuthology.orchestra.run.smithi203:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-17T05:21:39.325 INFO:teuthology.orchestra.run.smithi173.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-17T05:21:39.341 INFO:teuthology.orchestra.run.smithi173.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-17T05:21:39.344 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-17T05:21:39.359 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-17T05:21:39.406 INFO:teuthology.orchestra.run.smithi173.stderr:sudo: ntpd: command not found 2023-11-17T05:21:39.418 INFO:teuthology.orchestra.run.smithi173.stdout:506 Cannot talk to daemon 2023-11-17T05:21:39.431 INFO:teuthology.orchestra.run.smithi203.stderr:sudo: ntpd: command not found 2023-11-17T05:21:39.431 INFO:teuthology.orchestra.run.smithi173.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-17T05:21:39.442 INFO:teuthology.orchestra.run.smithi203.stdout:506 Cannot talk to daemon 2023-11-17T05:21:39.445 INFO:teuthology.orchestra.run.smithi173.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-17T05:21:39.456 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-17T05:21:39.470 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-17T05:21:39.518 INFO:teuthology.orchestra.run.smithi173.stderr:bash: ntpq: command not found 2023-11-17T05:21:39.523 INFO:teuthology.orchestra.run.smithi173.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-17T05:21:39.523 INFO:teuthology.orchestra.run.smithi173.stdout:=============================================================================== 2023-11-17T05:21:39.523 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T05:21:39.523 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T05:21:39.523 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T05:21:39.523 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T05:21:39.530 INFO:teuthology.orchestra.run.smithi203.stderr:bash: ntpq: command not found 2023-11-17T05:21:39.535 INFO:teuthology.orchestra.run.smithi203.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-17T05:21:39.536 INFO:teuthology.orchestra.run.smithi203.stdout:=============================================================================== 2023-11-17T05:21:39.536 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T05:21:39.536 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T05:21:39.536 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T05:21:39.536 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T05:21:39.536 INFO:teuthology.run_tasks:Running task pexec... 2023-11-17T05:21:39.546 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-17T05:21:39.546 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi173.front.sepia.ceph.com 2023-11-17T05:21:39.546 DEBUG:teuthology.orchestra.run.smithi173:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-17T05:21:39.547 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi203.front.sepia.ceph.com 2023-11-17T05:21:39.547 DEBUG:teuthology.orchestra.run.smithi203:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-17T05:21:40.443 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:01:37 ago on Fri 17 Nov 2023 05:20:03 AM UTC. 2023-11-17T05:21:40.453 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:37 ago on Fri 17 Nov 2023 05:20:03 AM UTC. 2023-11-17T05:21:42.556 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-11-17T05:21:42.557 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-11-17T05:21:42.557 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2023-11-17T05:21:42.558 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-11-17T05:21:42.558 INFO:teuthology.orchestra.run.smithi203.stdout:Resetting modules: 2023-11-17T05:21:42.558 INFO:teuthology.orchestra.run.smithi203.stdout: container-tools 2023-11-17T05:21:42.558 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-17T05:21:42.558 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-11-17T05:21:42.558 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-11-17T05:21:42.558 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-17T05:21:42.567 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2023-11-17T05:21:42.569 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2023-11-17T05:21:42.569 INFO:teuthology.orchestra.run.smithi173.stdout: Package Architecture Version Repository Size 2023-11-17T05:21:42.569 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2023-11-17T05:21:42.569 INFO:teuthology.orchestra.run.smithi173.stdout:Resetting modules: 2023-11-17T05:21:42.569 INFO:teuthology.orchestra.run.smithi173.stdout: container-tools 2023-11-17T05:21:42.569 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:21:42.569 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2023-11-17T05:21:42.569 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2023-11-17T05:21:42.569 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:21:42.806 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-11-17T05:21:42.823 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2023-11-17T05:21:43.743 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:40 ago on Fri 17 Nov 2023 05:20:03 AM UTC. 2023-11-17T05:21:43.815 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:01:40 ago on Fri 17 Nov 2023 05:20:03 AM UTC. 2023-11-17T05:21:45.847 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-11-17T05:21:45.931 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2023-11-17T05:21:46.025 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-11-17T05:21:46.025 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2023-11-17T05:21:46.025 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-11-17T05:21:46.025 INFO:teuthology.orchestra.run.smithi203.stdout:Installing group/module packages: 2023-11-17T05:21:46.025 INFO:teuthology.orchestra.run.smithi203.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-17T05:21:46.025 INFO:teuthology.orchestra.run.smithi203.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-17T05:21:46.026 INFO:teuthology.orchestra.run.smithi203.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-17T05:21:46.026 INFO:teuthology.orchestra.run.smithi203.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-17T05:21:46.026 INFO:teuthology.orchestra.run.smithi203.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-17T05:21:46.026 INFO:teuthology.orchestra.run.smithi203.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-17T05:21:46.026 INFO:teuthology.orchestra.run.smithi203.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-17T05:21:46.026 INFO:teuthology.orchestra.run.smithi203.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-17T05:21:46.026 INFO:teuthology.orchestra.run.smithi203.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-17T05:21:46.026 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2023-11-17T05:21:46.026 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-17T05:21:46.026 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-17T05:21:46.026 INFO:teuthology.orchestra.run.smithi203.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-17T05:21:46.026 INFO:teuthology.orchestra.run.smithi203.stdout:Installing weak dependencies: 2023-11-17T05:21:46.026 INFO:teuthology.orchestra.run.smithi203.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-17T05:21:46.027 INFO:teuthology.orchestra.run.smithi203.stdout:Installing module profiles: 2023-11-17T05:21:46.027 INFO:teuthology.orchestra.run.smithi203.stdout: container-tools/common 2023-11-17T05:21:46.027 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-17T05:21:46.027 INFO:teuthology.orchestra.run.smithi203.stdout:Enabling module streams: 2023-11-17T05:21:46.027 INFO:teuthology.orchestra.run.smithi203.stdout: container-tools rhel8 2023-11-17T05:21:46.027 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-17T05:21:46.027 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-11-17T05:21:46.027 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-11-17T05:21:46.027 INFO:teuthology.orchestra.run.smithi203.stdout:Install 13 Packages 2023-11-17T05:21:46.027 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-17T05:21:46.028 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 27 M 2023-11-17T05:21:46.028 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 89 M 2023-11-17T05:21:46.028 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-11-17T05:21:46.112 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2023-11-17T05:21:46.112 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2023-11-17T05:21:46.112 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2023-11-17T05:21:46.113 INFO:teuthology.orchestra.run.smithi173.stdout:Installing group/module packages: 2023-11-17T05:21:46.113 INFO:teuthology.orchestra.run.smithi173.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-17T05:21:46.113 INFO:teuthology.orchestra.run.smithi173.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-17T05:21:46.113 INFO:teuthology.orchestra.run.smithi173.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-17T05:21:46.113 INFO:teuthology.orchestra.run.smithi173.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-17T05:21:46.113 INFO:teuthology.orchestra.run.smithi173.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-17T05:21:46.113 INFO:teuthology.orchestra.run.smithi173.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-17T05:21:46.113 INFO:teuthology.orchestra.run.smithi173.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-17T05:21:46.113 INFO:teuthology.orchestra.run.smithi173.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-17T05:21:46.113 INFO:teuthology.orchestra.run.smithi173.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-17T05:21:46.113 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2023-11-17T05:21:46.113 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-17T05:21:46.113 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-17T05:21:46.114 INFO:teuthology.orchestra.run.smithi173.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-17T05:21:46.114 INFO:teuthology.orchestra.run.smithi173.stdout:Installing weak dependencies: 2023-11-17T05:21:46.114 INFO:teuthology.orchestra.run.smithi173.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-17T05:21:46.114 INFO:teuthology.orchestra.run.smithi173.stdout:Installing module profiles: 2023-11-17T05:21:46.114 INFO:teuthology.orchestra.run.smithi173.stdout: container-tools/common 2023-11-17T05:21:46.114 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:21:46.114 INFO:teuthology.orchestra.run.smithi173.stdout:Enabling module streams: 2023-11-17T05:21:46.114 INFO:teuthology.orchestra.run.smithi173.stdout: container-tools rhel8 2023-11-17T05:21:46.114 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:21:46.114 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2023-11-17T05:21:46.114 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2023-11-17T05:21:46.114 INFO:teuthology.orchestra.run.smithi173.stdout:Install 13 Packages 2023-11-17T05:21:46.115 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:21:46.115 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 27 M 2023-11-17T05:21:46.115 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 89 M 2023-11-17T05:21:46.115 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2023-11-17T05:21:46.611 INFO:teuthology.orchestra.run.smithi203.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.3 MB/s | 750 kB 00:00 2023-11-17T05:21:46.670 INFO:teuthology.orchestra.run.smithi203.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 650 kB/s | 38 kB 00:00 2023-11-17T05:21:46.688 INFO:teuthology.orchestra.run.smithi173.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.9 MB/s | 750 kB 00:00 2023-11-17T05:21:46.729 INFO:teuthology.orchestra.run.smithi203.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.5 MB/s | 1.0 MB 00:00 2023-11-17T05:21:46.747 INFO:teuthology.orchestra.run.smithi173.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 650 kB/s | 38 kB 00:00 2023-11-17T05:21:46.781 INFO:teuthology.orchestra.run.smithi173.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.1 MB/s | 1.0 MB 00:00 2023-11-17T05:21:46.838 INFO:teuthology.orchestra.run.smithi203.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.4 MB/s | 241 kB 00:00 2023-11-17T05:21:46.881 INFO:teuthology.orchestra.run.smithi173.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.8 MB/s | 241 kB 00:00 2023-11-17T05:21:46.938 INFO:teuthology.orchestra.run.smithi203.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.7 MB/s | 178 kB 00:00 2023-11-17T05:21:46.973 INFO:teuthology.orchestra.run.smithi173.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.9 MB/s | 178 kB 00:00 2023-11-17T05:21:46.988 INFO:teuthology.orchestra.run.smithi203.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 496 kB/s | 25 kB 00:00 2023-11-17T05:21:47.031 INFO:teuthology.orchestra.run.smithi173.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 426 kB/s | 25 kB 00:00 2023-11-17T05:21:47.064 INFO:teuthology.orchestra.run.smithi203.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2023-11-17T05:21:47.098 INFO:teuthology.orchestra.run.smithi173.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.4 MB/s | 94 kB 00:00 2023-11-17T05:21:47.457 INFO:teuthology.orchestra.run.smithi173.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 5.8 MB/s | 3.9 MB 00:00 2023-11-17T05:21:47.647 INFO:teuthology.orchestra.run.smithi203.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 4.3 MB/s | 3.9 MB 00:00 2023-11-17T05:21:47.750 INFO:teuthology.orchestra.run.smithi173.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 6.7 MB/s | 9.6 MB 00:01 2023-11-17T05:21:47.764 INFO:teuthology.orchestra.run.smithi203.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 5.7 MB/s | 9.6 MB 00:01 2023-11-17T05:21:47.799 INFO:teuthology.orchestra.run.smithi173.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 7.4 MB/s | 2.5 MB 00:00 2023-11-17T05:21:47.826 INFO:teuthology.orchestra.run.smithi203.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 904 kB/s | 53 kB 00:00 2023-11-17T05:21:47.826 INFO:teuthology.orchestra.run.smithi173.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 699 kB/s | 53 kB 00:00 2023-11-17T05:21:47.873 INFO:teuthology.orchestra.run.smithi203.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 820 kB/s | 41 kB 00:00 2023-11-17T05:21:47.891 INFO:teuthology.orchestra.run.smithi173.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 446 kB/s | 41 kB 00:00 2023-11-17T05:21:48.015 INFO:teuthology.orchestra.run.smithi203.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 6.9 MB/s | 2.5 MB 00:00 2023-11-17T05:21:48.225 INFO:teuthology.orchestra.run.smithi173.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 7.2 MB/s | 8.1 MB 00:01 2023-11-17T05:21:48.226 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2023-11-17T05:21:48.226 INFO:teuthology.orchestra.run.smithi173.stdout:Total 13 MB/s | 27 MB 00:02 2023-11-17T05:21:48.407 INFO:teuthology.orchestra.run.smithi203.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 6.1 MB/s | 8.1 MB 00:01 2023-11-17T05:21:48.408 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-11-17T05:21:48.408 INFO:teuthology.orchestra.run.smithi203.stdout:Total 11 MB/s | 27 MB 00:02 2023-11-17T05:21:48.492 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2023-11-17T05:21:48.513 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2023-11-17T05:21:48.513 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2023-11-17T05:21:48.682 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-11-17T05:21:48.703 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-11-17T05:21:48.703 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-11-17T05:21:48.771 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2023-11-17T05:21:48.774 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2023-11-17T05:21:49.053 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-11-17T05:21:49.058 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-11-17T05:21:49.526 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2023-11-17T05:21:49.754 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-17T05:21:49.908 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-11-17T05:21:49.958 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-17T05:21:50.126 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-17T05:21:50.189 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-17T05:21:50.330 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-17T05:21:50.419 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-17T05:21:50.512 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-17T05:21:50.734 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-17T05:21:50.957 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-17T05:21:51.268 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-17T05:21:51.946 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-17T05:21:52.190 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-17T05:21:52.246 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-17T05:21:52.428 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-17T05:21:52.478 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-17T05:21:52.720 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-17T05:21:52.731 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-17T05:21:53.018 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-17T05:21:53.104 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-17T05:21:53.425 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-17T05:21:54.039 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-17T05:21:54.290 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-17T05:21:54.328 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-17T05:21:54.481 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-17T05:21:54.559 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-17T05:21:54.729 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-17T05:21:55.061 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-17T05:21:55.061 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-17T05:21:55.061 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-17T05:21:55.061 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-17T05:21:55.061 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-17T05:21:55.061 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-17T05:21:55.061 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-17T05:21:55.061 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-17T05:21:55.061 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-17T05:21:55.061 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-17T05:21:55.061 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-17T05:21:55.062 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-17T05:21:55.062 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-17T05:21:55.159 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-17T05:21:55.159 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-17T05:21:55.159 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-17T05:21:55.159 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-17T05:21:55.159 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-17T05:21:55.159 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-17T05:21:55.159 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-17T05:21:55.159 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-17T05:21:55.159 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-17T05:21:55.160 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-17T05:21:55.160 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-17T05:21:55.160 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-17T05:21:55.160 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-17T05:21:55.918 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-17T05:21:55.919 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:21:55.919 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2023-11-17T05:21:55.919 INFO:teuthology.orchestra.run.smithi173.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T05:21:55.920 INFO:teuthology.orchestra.run.smithi173.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T05:21:55.920 INFO:teuthology.orchestra.run.smithi173.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-17T05:21:55.920 INFO:teuthology.orchestra.run.smithi173.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-17T05:21:55.920 INFO:teuthology.orchestra.run.smithi173.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T05:21:55.921 INFO:teuthology.orchestra.run.smithi173.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-17T05:21:55.921 INFO:teuthology.orchestra.run.smithi173.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-17T05:21:55.921 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-17T05:21:55.921 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-17T05:21:55.921 INFO:teuthology.orchestra.run.smithi173.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T05:21:55.922 INFO:teuthology.orchestra.run.smithi173.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-17T05:21:55.922 INFO:teuthology.orchestra.run.smithi173.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-17T05:21:55.922 INFO:teuthology.orchestra.run.smithi173.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-17T05:21:55.922 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:21:55.922 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2023-11-17T05:21:55.978 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-17T05:21:55.978 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-17T05:21:55.978 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-11-17T05:21:55.978 INFO:teuthology.orchestra.run.smithi203.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T05:21:55.978 INFO:teuthology.orchestra.run.smithi203.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T05:21:55.978 INFO:teuthology.orchestra.run.smithi203.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-17T05:21:55.978 INFO:teuthology.orchestra.run.smithi203.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-17T05:21:55.979 INFO:teuthology.orchestra.run.smithi203.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T05:21:55.979 INFO:teuthology.orchestra.run.smithi203.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-17T05:21:55.979 INFO:teuthology.orchestra.run.smithi203.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-17T05:21:55.979 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-17T05:21:55.979 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-17T05:21:55.979 INFO:teuthology.orchestra.run.smithi203.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T05:21:55.979 INFO:teuthology.orchestra.run.smithi203.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-17T05:21:55.979 INFO:teuthology.orchestra.run.smithi203.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-17T05:21:55.979 INFO:teuthology.orchestra.run.smithi203.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-17T05:21:55.979 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-17T05:21:55.979 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-11-17T05:21:56.223 DEBUG:teuthology.parallel:result is None 2023-11-17T05:21:56.229 DEBUG:teuthology.parallel:result is None 2023-11-17T05:21:56.230 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-17T05:21:56.314 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': 'ed3c8e926b9de93026c8a7c1d86be5d6821b52ac'} 2023-11-17T05:21:56.314 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15 2023-11-17T05:21:56.315 INFO:tasks.cephadm:Cluster fsid is 39a17d88-8509-11ee-8dbe-212e2dc638e7 2023-11-17T05:21:56.315 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-17T05:21:56.315 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-17T05:21:56.315 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi173': '172.21.15.173', 'mon.smithi203': '172.21.15.203'} 2023-11-17T05:21:56.315 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-17T05:21:56.315 DEBUG:teuthology.orchestra.run.smithi173:> sudo hostname $(hostname -s) 2023-11-17T05:21:56.343 DEBUG:teuthology.orchestra.run.smithi203:> sudo hostname $(hostname -s) 2023-11-17T05:21:56.374 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref octopus)... 2023-11-17T05:21:56.374 DEBUG:teuthology.orchestra.run.smithi173:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-17T05:21:56.691 INFO:teuthology.orchestra.run.smithi173.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223479 Nov 17 05:21 /home/ubuntu/cephtest/cephadm 2023-11-17T05:21:56.692 DEBUG:teuthology.orchestra.run.smithi203:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-17T05:21:56.819 INFO:teuthology.orchestra.run.smithi203.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223479 Nov 17 05:21 /home/ubuntu/cephtest/cephadm 2023-11-17T05:21:56.820 DEBUG:teuthology.orchestra.run.smithi173:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-17T05:21:56.840 DEBUG:teuthology.orchestra.run.smithi203:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-17T05:21:56.867 DEBUG:teuthology.orchestra.run.smithi173:> sudo mkdir -p /etc/ceph 2023-11-17T05:21:56.908 DEBUG:teuthology.orchestra.run.smithi203:> sudo mkdir -p /etc/ceph 2023-11-17T05:21:56.936 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod 777 /etc/ceph 2023-11-17T05:21:56.976 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod 777 /etc/ceph 2023-11-17T05:21:57.002 INFO:tasks.cephadm:Writing seed config... 2023-11-17T05:21:57.003 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-17T05:21:57.003 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-17T05:21:57.004 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-17T05:21:57.004 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-17T05:21:57.004 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-17T05:21:57.004 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-17T05:21:57.004 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-17T05:21:57.004 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-17T05:21:57.005 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2023-11-17T05:21:57.005 DEBUG:teuthology.orchestra.run.smithi173:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-17T05:21:57.034 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 39a17d88-8509-11ee-8dbe-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-17T05:21:57.034 DEBUG:teuthology.orchestra.run.smithi173:mon.smithi173> sudo journalctl -f -n 0 -u ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@mon.smithi173.service 2023-11-17T05:21:57.076 INFO:tasks.cephadm:Bootstrapping... 2023-11-17T05:21:57.076 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 -v bootstrap --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.173 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-17T05:21:57.102 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:-- Logs begin at Fri 2023-11-17 05:13:03 UTC. -- 2023-11-17T05:21:57.235 INFO:teuthology.orchestra.run.smithi173.stderr:container_init=False 2023-11-17T05:21:57.235 INFO:teuthology.orchestra.run.smithi173.stderr:Verifying podman|docker is present... 2023-11-17T05:21:57.235 INFO:teuthology.orchestra.run.smithi173.stderr:Verifying lvm2 is present... 2023-11-17T05:21:57.235 INFO:teuthology.orchestra.run.smithi173.stderr:Verifying time synchronization is in place... 2023-11-17T05:21:57.235 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl is-enabled chrony.service 2023-11-17T05:21:57.241 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-11-17T05:21:57.241 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl is-active chrony.service 2023-11-17T05:21:57.246 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl: stdout inactive 2023-11-17T05:21:57.246 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl is-enabled chronyd.service 2023-11-17T05:21:57.251 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl: stdout enabled 2023-11-17T05:21:57.251 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl is-active chronyd.service 2023-11-17T05:21:57.257 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl: stdout active 2023-11-17T05:21:57.257 INFO:teuthology.orchestra.run.smithi173.stderr:Unit chronyd.service is enabled and running 2023-11-17T05:21:57.257 INFO:teuthology.orchestra.run.smithi173.stderr:Repeating the final host check... 2023-11-17T05:21:57.257 INFO:teuthology.orchestra.run.smithi173.stderr:podman|docker (/bin/podman) is present 2023-11-17T05:21:57.257 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl is present 2023-11-17T05:21:57.257 INFO:teuthology.orchestra.run.smithi173.stderr:lvcreate is present 2023-11-17T05:21:57.257 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl is-enabled chrony.service 2023-11-17T05:21:57.261 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-11-17T05:21:57.261 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl is-active chrony.service 2023-11-17T05:21:57.265 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl: stdout inactive 2023-11-17T05:21:57.266 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl is-enabled chronyd.service 2023-11-17T05:21:57.271 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl: stdout enabled 2023-11-17T05:21:57.271 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl is-active chronyd.service 2023-11-17T05:21:57.277 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl: stdout active 2023-11-17T05:21:57.277 INFO:teuthology.orchestra.run.smithi173.stderr:Unit chronyd.service is enabled and running 2023-11-17T05:21:57.277 INFO:teuthology.orchestra.run.smithi173.stderr:Host looks OK 2023-11-17T05:21:57.278 INFO:teuthology.orchestra.run.smithi173.stderr:Cluster fsid: 39a17d88-8509-11ee-8dbe-212e2dc638e7 2023-11-17T05:21:57.278 INFO:teuthology.orchestra.run.smithi173.stderr:Acquiring lock 140198414729736 on /run/cephadm/39a17d88-8509-11ee-8dbe-212e2dc638e7.lock 2023-11-17T05:21:57.278 INFO:teuthology.orchestra.run.smithi173.stderr:Lock 140198414729736 acquired on /run/cephadm/39a17d88-8509-11ee-8dbe-212e2dc638e7.lock 2023-11-17T05:21:57.278 INFO:teuthology.orchestra.run.smithi173.stderr:Verifying IP 172.21.15.173 port 3300 ... 2023-11-17T05:21:57.278 INFO:teuthology.orchestra.run.smithi173.stderr:Verifying IP 172.21.15.173 port 6789 ... 2023-11-17T05:21:57.278 INFO:teuthology.orchestra.run.smithi173.stderr:Base mon IP is 172.21.15.173, final addrv is [v2:172.21.15.173:3300,v1:172.21.15.173:6789] 2023-11-17T05:21:57.279 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: /sbin/ip route ls 2023-11-17T05:21:57.280 INFO:teuthology.orchestra.run.smithi173.stderr:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.173 metric 100 2023-11-17T05:21:57.280 INFO:teuthology.orchestra.run.smithi173.stderr:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.173 metric 100 2023-11-17T05:21:57.280 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: /sbin/ip -6 route ls 2023-11-17T05:21:57.281 INFO:teuthology.orchestra.run.smithi173.stderr:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-11-17T05:21:57.281 INFO:teuthology.orchestra.run.smithi173.stderr:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-17T05:21:57.281 INFO:teuthology.orchestra.run.smithi173.stderr:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1669sec hoplimit 64 pref medium 2023-11-17T05:21:57.281 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: /sbin/ip -6 addr ls 2023-11-17T05:21:57.287 INFO:teuthology.orchestra.run.smithi173.stderr:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-17T05:21:57.287 INFO:teuthology.orchestra.run.smithi173.stderr:/sbin/ip: stdout inet6 ::1/128 scope host 2023-11-17T05:21:57.288 INFO:teuthology.orchestra.run.smithi173.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-11-17T05:21:57.288 INFO:teuthology.orchestra.run.smithi173.stderr:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-17T05:21:57.288 INFO:teuthology.orchestra.run.smithi173.stderr:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:7259/64 scope link 2023-11-17T05:21:57.289 INFO:teuthology.orchestra.run.smithi173.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-11-17T05:21:57.289 INFO:teuthology.orchestra.run.smithi173.stderr:Mon IP 172.21.15.173 is in CIDR network 172.21.0.0/20 2023-11-17T05:21:57.290 INFO:teuthology.orchestra.run.smithi173.stderr:Pulling container image docker.io/ceph/ceph:v15... 2023-11-17T05:21:57.290 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v15 2023-11-17T05:21:58.801 INFO:teuthology.orchestra.run.smithi173.stderr:/bin/podman: stderr Trying to pull docker.io/ceph/ceph:v15... 2023-11-17T05:22:05.262 INFO:teuthology.orchestra.run.smithi173.stderr:/bin/podman: stderr Getting image source signatures 2023-11-17T05:22:05.267 INFO:teuthology.orchestra.run.smithi173.stderr:/bin/podman: stderr Copying blob sha256:731c3beff4deece7d4e54bc26ecf6d99988b19ea8414524277d83bc5a5d6eb70 2023-11-17T05:22:05.267 INFO:teuthology.orchestra.run.smithi173.stderr:/bin/podman: stderr Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-11-17T05:22:16.481 INFO:teuthology.orchestra.run.smithi173.stderr:/bin/podman: stderr Copying config sha256:2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2023-11-17T05:22:31.358 INFO:teuthology.orchestra.run.smithi173.stderr:/bin/podman: stderr Writing manifest to image destination 2023-11-17T05:22:31.358 INFO:teuthology.orchestra.run.smithi173.stderr:/bin/podman: stdout 2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2023-11-17T05:22:31.358 INFO:teuthology.orchestra.run.smithi173.stderr:Extracting ceph user uid/gid from container image... 2023-11-17T05:22:31.358 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi173 docker.io/ceph/ceph:v15 -c %u %g /var/lib/ceph 2023-11-17T05:22:31.358 INFO:teuthology.orchestra.run.smithi173.stderr:stat: stdout 167 167 2023-11-17T05:22:31.358 INFO:teuthology.orchestra.run.smithi173.stderr:Creating initial keys... 2023-11-17T05:22:31.359 INFO:teuthology.orchestra.run.smithi173.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=smithi173 docker.io/ceph/ceph:v15 --gen-print-key 2023-11-17T05:22:31.359 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-authtool: stdout AQCJ+FZlh0MUNhAAk5DVVk5Fpg7JA/o93X4Zng== 2023-11-17T05:22:31.359 INFO:teuthology.orchestra.run.smithi173.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=smithi173 docker.io/ceph/ceph:v15 --gen-print-key 2023-11-17T05:22:31.359 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-authtool: stdout AQCK+FZlXp8EHRAA8lQOzCwnrg4+l3g2Q8yHFQ== 2023-11-17T05:22:31.359 INFO:teuthology.orchestra.run.smithi173.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=smithi173 docker.io/ceph/ceph:v15 --gen-print-key 2023-11-17T05:22:31.359 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-authtool: stdout AQCL+FZlST8jBxAAnNpcd454bRW0dYzqVGETlw== 2023-11-17T05:22:31.359 INFO:teuthology.orchestra.run.smithi173.stderr:Creating initial monmap... 2023-11-17T05:22:31.359 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /tmp/ceph-tmp_ljb8mxj:/tmp/monmap:z docker.io/ceph/ceph:v15 --create --clobber --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 --addv smithi173 [v2:172.21.15.173:3300,v1:172.21.15.173:6789] /tmp/monmap 2023-11-17T05:22:31.359 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-17T05:22:31.359 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 39a17d88-8509-11ee-8dbe-212e2dc638e7 2023-11-17T05:22:31.359 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-17T05:22:31.359 INFO:teuthology.orchestra.run.smithi173.stderr:Creating mon... 2023-11-17T05:22:31.359 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173:/var/lib/ceph/mon/ceph-smithi173:z -v /tmp/ceph-tmpax5td9p2:/tmp/keyring:z -v /tmp/ceph-tmp_ljb8mxj:/tmp/monmap:z docker.io/ceph/ceph:v15 --mkfs -i smithi173 --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2023-11-17T05:22:31.360 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.798+0000 7f97148716c0 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-17T05:22:31.360 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.799+0000 7f97148716c0 1 imported monmap: 2023-11-17T05:22:31.360 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr epoch 0 2023-11-17T05:22:31.360 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 2023-11-17T05:22:31.360 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr last_changed 2023-11-17T05:22:20.135869+0000 2023-11-17T05:22:31.360 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr created 2023-11-17T05:22:20.135869+0000 2023-11-17T05:22:31.360 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr min_mon_release 0 (unknown) 2023-11-17T05:22:31.360 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] mon.smithi173 2023-11-17T05:22:31.360 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr 2023-11-17T05:22:31.360 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.799+0000 7f97148716c0 0 /usr/bin/ceph-mon: set fsid to 39a17d88-8509-11ee-8dbe-212e2dc638e7 2023-11-17T05:22:31.360 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.799+0000 7f97148716c0 0 set rocksdb option compression = kNoCompression 2023-11-17T05:22:31.360 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.799+0000 7f97148716c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-11-17T05:22:31.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.799+0000 7f97148716c0 0 set rocksdb option write_buffer_size = 33554432 2023-11-17T05:22:31.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.799+0000 7f97148716c0 0 set rocksdb option compression = kNoCompression 2023-11-17T05:22:31.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.799+0000 7f97148716c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-11-17T05:22:31.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.799+0000 7f97148716c0 0 set rocksdb option write_buffer_size = 33554432 2023-11-17T05:22:31.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: RocksDB version: 6.1.2 2023-11-17T05:22:31.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr 2023-11-17T05:22:31.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-17T05:22:31.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Compile date May 26 2021 2023-11-17T05:22:31.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: DB SUMMARY 2023-11-17T05:22:31.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr 2023-11-17T05:22:31.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi173/store.db dir, Total Num: 0, files: 2023-11-17T05:22:31.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr 2023-11-17T05:22:31.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi173/store.db: 2023-11-17T05:22:31.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr 2023-11-17T05:22:31.362 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.error_if_exists: 0 2023-11-17T05:22:31.362 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.create_if_missing: 1 2023-11-17T05:22:31.362 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.paranoid_checks: 1 2023-11-17T05:22:31.362 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.env: 0x55dc180f91c0 2023-11-17T05:22:31.362 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.info_log: 0x55dc1a2ed3c0 2023-11-17T05:22:31.362 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-17T05:22:31.362 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.statistics: (nil) 2023-11-17T05:22:31.362 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.use_fsync: 0 2023-11-17T05:22:31.362 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.max_log_file_size: 0 2023-11-17T05:22:31.362 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-17T05:22:31.362 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-17T05:22:31.362 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-17T05:22:31.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-17T05:22:31.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.allow_fallocate: 1 2023-11-17T05:22:31.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-17T05:22:31.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-17T05:22:31.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.use_direct_reads: 0 2023-11-17T05:22:31.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-17T05:22:31.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.create_missing_column_families: 0 2023-11-17T05:22:31.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.db_log_dir: 2023-11-17T05:22:31.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi173/store.db 2023-11-17T05:22:31.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-17T05:22:31.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.max_subcompactions: 1 2023-11-17T05:22:31.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.max_background_flushes: -1 2023-11-17T05:22:31.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-17T05:22:31.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-17T05:22:31.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-17T05:22:31.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-17T05:22:31.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.advise_random_on_open: 1 2023-11-17T05:22:31.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-17T05:22:31.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.write_buffer_manager: 0x55dc1a326660 2023-11-17T05:22:31.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-17T05:22:31.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-17T05:22:31.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-17T05:22:31.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-17T05:22:31.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.rate_limiter: (nil) 2023-11-17T05:22:31.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-17T05:22:31.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-17T05:22:31.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-17T05:22:31.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-17T05:22:31.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-17T05:22:31.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-17T05:22:31.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-17T05:22:31.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-17T05:22:31.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.row_cache: None 2023-11-17T05:22:31.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.wal_filter: None 2023-11-17T05:22:31.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-17T05:22:31.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-17T05:22:31.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.preserve_deletes: 0 2023-11-17T05:22:31.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.two_write_queues: 0 2023-11-17T05:22:31.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.manual_wal_flush: 0 2023-11-17T05:22:31.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.atomic_flush: 0 2023-11-17T05:22:31.366 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-17T05:22:31.366 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.max_background_jobs: 2 2023-11-17T05:22:31.366 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.max_background_compactions: -1 2023-11-17T05:22:31.366 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-17T05:22:31.366 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-17T05:22:31.366 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-17T05:22:31.366 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.max_total_wal_size: 0 2023-11-17T05:22:31.366 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-17T05:22:31.366 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-17T05:22:31.366 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-17T05:22:31.366 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-17T05:22:31.366 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.max_open_files: -1 2023-11-17T05:22:31.367 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.bytes_per_sync: 0 2023-11-17T05:22:31.367 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-17T05:22:31.367 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-17T05:22:31.367 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Compression algorithms supported: 2023-11-17T05:22:31.367 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-17T05:22:31.367 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: kZSTD supported: 0 2023-11-17T05:22:31.367 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: kXpressCompression supported: 0 2023-11-17T05:22:31.367 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-17T05:22:31.367 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: kLZ4Compression supported: 1 2023-11-17T05:22:31.367 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: kBZip2Compression supported: 0 2023-11-17T05:22:31.367 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: kZlibCompression supported: 1 2023-11-17T05:22:31.367 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: kSnappyCompression supported: 1 2023-11-17T05:22:31.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-17T05:22:31.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.800+0000 7f97148716c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2023-11-17T05:22:31.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr 2023-11-17T05:22:31.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi173/store.db/MANIFEST-000001 2023-11-17T05:22:31.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr 2023-11-17T05:22:31.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2023-11-17T05:22:31.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr 2023-11-17T05:22:31.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-17T05:22:31.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.merge_operator: 2023-11-17T05:22:31.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.compaction_filter: None 2023-11-17T05:22:31.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.compaction_filter_factory: None 2023-11-17T05:22:31.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-17T05:22:31.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-17T05:22:31.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55dc1a2852b0) 2023-11-17T05:22:31.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2023-11-17T05:22:31.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 1 2023-11-17T05:22:31.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-17T05:22:31.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2023-11-17T05:22:31.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr index_type: 0 2023-11-17T05:22:31.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2023-11-17T05:22:31.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2023-11-17T05:22:31.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr hash_index_allow_collision: 1 2023-11-17T05:22:31.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr checksum: 1 2023-11-17T05:22:31.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr no_block_cache: 0 2023-11-17T05:22:31.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr block_cache: 0x55dc1a2ba510 2023-11-17T05:22:31.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2023-11-17T05:22:31.370 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr block_cache_options: 2023-11-17T05:22:31.370 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr capacity : 536870912 2023-11-17T05:22:31.370 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2023-11-17T05:22:31.370 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2023-11-17T05:22:31.370 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2023-11-17T05:22:31.370 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2023-11-17T05:22:31.370 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2023-11-17T05:22:31.370 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr block_size: 4096 2023-11-17T05:22:31.370 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2023-11-17T05:22:31.404 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2023-11-17T05:22:31.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2023-11-17T05:22:31.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2023-11-17T05:22:31.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr partition_filters: 0 2023-11-17T05:22:31.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2023-11-17T05:22:31.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr filter_policy: rocksdb.BuiltinBloomFilter 2023-11-17T05:22:31.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2023-11-17T05:22:31.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr verify_compression: 0 2023-11-17T05:22:31.669 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2023-11-17T05:22:31.670 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr format_version: 2 2023-11-17T05:22:31.670 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2023-11-17T05:22:31.670 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr block_align: 0 2023-11-17T05:22:31.670 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr 2023-11-17T05:22:31.670 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-17T05:22:31.671 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-17T05:22:31.671 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.compression: NoCompression 2023-11-17T05:22:31.671 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-17T05:22:31.671 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-17T05:22:31.671 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-17T05:22:31.672 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.num_levels: 7 2023-11-17T05:22:31.672 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-17T05:22:31.672 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-17T05:22:31.672 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-17T05:22:31.672 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-17T05:22:31.673 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-17T05:22:31.673 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-17T05:22:31.673 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-17T05:22:31.673 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-17T05:22:31.673 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-17T05:22:31.674 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.compression_opts.level: 32767 2023-11-17T05:22:31.674 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-17T05:22:31.674 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-17T05:22:31.674 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-17T05:22:31.674 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.compression_opts.enabled: false 2023-11-17T05:22:31.675 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-17T05:22:31.675 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-17T05:22:31.675 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-17T05:22:31.675 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-17T05:22:31.675 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-17T05:22:31.676 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-17T05:22:31.676 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-17T05:22:31.676 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-17T05:22:31.676 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-17T05:22:31.676 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-17T05:22:31.676 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-17T05:22:31.677 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-17T05:22:31.677 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-17T05:22:31.982 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-17T05:22:31.982 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-17T05:22:31.982 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-17T05:22:31.982 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-17T05:22:31.983 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.arena_block_size: 4194304 2023-11-17T05:22:31.983 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-17T05:22:31.983 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-17T05:22:31.983 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-17T05:22:31.983 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-17T05:22:31.983 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-17T05:22:31.983 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-17T05:22:31.983 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-17T05:22:31.983 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-17T05:22:31.983 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-17T05:22:31.984 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-17T05:22:31.984 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-17T05:22:31.984 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-17T05:22:31.984 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-17T05:22:31.984 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-17T05:22:31.984 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.table_properties_collectors: 2023-11-17T05:22:31.984 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.inplace_update_support: 0 2023-11-17T05:22:31.984 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-17T05:22:31.984 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-17T05:22:31.984 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-17T05:22:31.984 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-17T05:22:31.984 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.bloom_locality: 0 2023-11-17T05:22:31.984 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.max_successive_merges: 0 2023-11-17T05:22:31.985 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-17T05:22:31.985 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-17T05:22:31.985 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.force_consistency_checks: 0 2023-11-17T05:22:31.985 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-17T05:22:31.985 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: Options.ttl: 0 2023-11-17T05:22:31.985 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi173/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-17T05:22:31.985 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr 2023-11-17T05:22:31.985 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.801+0000 7f97148716c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2023-11-17T05:22:31.985 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr 2023-11-17T05:22:31.985 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.802+0000 7f97148716c0 4 rocksdb: DB pointer 0x55dc1aee5200 2023-11-17T05:22:31.985 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.802+0000 7f96fd758700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2023-11-17T05:22:31.985 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.802+0000 7f96fd758700 4 rocksdb: [db/db_impl.cc:778] 2023-11-17T05:22:31.985 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr ** DB Stats ** 2023-11-17T05:22:31.985 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T05:22:31.986 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-17T05:22:31.986 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-17T05:22:31.986 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-17T05:22:31.986 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-17T05:22:31.986 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-17T05:22:31.986 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-17T05:22:32.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr 2023-11-17T05:22:32.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-11-17T05:22:32.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T05:22:32.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T05:22:32.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T05:22:32.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T05:22:32.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr 2023-11-17T05:22:32.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-11-17T05:22:32.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T05:22:32.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T05:22:32.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T05:22:32.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2023-11-17T05:22:32.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-11-17T05:22:32.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2023-11-17T05:22:32.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2023-11-17T05:22:32.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2023-11-17T05:22:32.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T05:22:32.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T05:22:32.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-17T05:22:32.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr 2023-11-17T05:22:32.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2023-11-17T05:22:32.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr 2023-11-17T05:22:32.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-11-17T05:22:32.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T05:22:32.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T05:22:32.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T05:22:32.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T05:22:32.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr 2023-11-17T05:22:32.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-11-17T05:22:32.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T05:22:32.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T05:22:32.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T05:22:32.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2023-11-17T05:22:32.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-11-17T05:22:32.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2023-11-17T05:22:33.112 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2023-11-17T05:22:33.112 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2023-11-17T05:22:33.112 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T05:22:33.112 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T05:22:33.112 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-17T05:22:33.112 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr 2023-11-17T05:22:33.113 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2023-11-17T05:22:33.113 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr 2023-11-17T05:22:33.113 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.803+0000 7f97148716c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2023-11-17T05:22:33.113 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.803+0000 7f97148716c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2023-11-17T05:22:33.113 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph-mon: stderr debug 2023-11-17T05:22:20.803+0000 7f97148716c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi173 for mon.smithi173 2023-11-17T05:22:33.113 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7 2023-11-17T05:22:33.113 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl disable ceph.target 2023-11-17T05:22:33.113 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl enable ceph.target 2023-11-17T05:22:33.113 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-17T05:22:33.113 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl start ceph.target 2023-11-17T05:22:33.113 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl enable ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7.target 2023-11-17T05:22:33.113 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7.target. 2023-11-17T05:22:33.113 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7.target. 2023-11-17T05:22:33.114 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7.target 2023-11-17T05:22:33.643 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl daemon-reload 2023-11-17T05:22:33.703 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl stop ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@mon.smithi173 2023-11-17T05:22:33.703 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl reset-failed ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@mon.smithi173 2023-11-17T05:22:33.703 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl: stderr Failed to reset failed state of unit ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@mon.smithi173.service: Unit ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@mon.smithi173.service not loaded. 2023-11-17T05:22:33.703 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl enable ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@mon.smithi173 2023-11-17T05:22:33.703 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7.target.wants/ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@mon.smithi173.service → /etc/systemd/system/ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@.service. 2023-11-17T05:22:33.703 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@mon.smithi173 2023-11-17T05:22:33.704 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 05:22:21 smithi173 systemd[1]: Starting Ceph mon.smithi173 for 39a17d88-8509-11ee-8dbe-212e2dc638e7... 2023-11-17T05:22:33.705 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-17T05:22:33.705 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl: stdout disabled 2023-11-17T05:22:33.705 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl is-active firewalld.service 2023-11-17T05:22:33.705 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl: stdout inactive 2023-11-17T05:22:33.705 INFO:teuthology.orchestra.run.smithi173.stderr:firewalld.service is not enabled 2023-11-17T05:22:33.705 INFO:teuthology.orchestra.run.smithi173.stderr:Not possible to enable service . firewalld.service is not available 2023-11-17T05:22:33.705 INFO:teuthology.orchestra.run.smithi173.stderr:Not possible to open ports <[]>. firewalld.service is not available 2023-11-17T05:22:33.705 INFO:teuthology.orchestra.run.smithi173.stderr:Waiting for mon to start... 2023-11-17T05:22:33.705 INFO:teuthology.orchestra.run.smithi173.stderr:Waiting for mon... 2023-11-17T05:22:33.705 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173:/var/lib/ceph/mon/ceph-smithi173:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status 2023-11-17T05:22:33.706 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 05:22:21 smithi173 bash[106895]: 3284a59a7d0a5e79cc548cc87e645cab13f9abd85547046425a06be4a8f48553 2023-11-17T05:22:33.706 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 05:22:21 smithi173 systemd[1]: Started Ceph mon.smithi173 for 39a17d88-8509-11ee-8dbe-212e2dc638e7. 2023-11-17T05:22:33.709 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout cluster: 2023-11-17T05:22:33.709 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout id: 39a17d88-8509-11ee-8dbe-212e2dc638e7 2023-11-17T05:22:33.709 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout health: HEALTH_OK 2023-11-17T05:22:33.709 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout 2023-11-17T05:22:33.709 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout services: 2023-11-17T05:22:33.709 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi173 (age 0.449892s) 2023-11-17T05:22:33.709 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout mgr: no daemons active 2023-11-17T05:22:33.710 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-11-17T05:22:33.710 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout 2023-11-17T05:22:33.710 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout data: 2023-11-17T05:22:33.710 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-11-17T05:22:33.710 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-11-17T05:22:33.710 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-11-17T05:22:33.710 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout pgs: 2023-11-17T05:22:33.710 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout 2023-11-17T05:22:33.710 INFO:teuthology.orchestra.run.smithi173.stderr:mon is available 2023-11-17T05:22:33.710 INFO:teuthology.orchestra.run.smithi173.stderr:Assimilating anything we can from ceph.conf... 2023-11-17T05:22:33.710 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z -v /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173:/var/lib/ceph/mon/ceph-smithi173:z docker.io/ceph/ceph:v15 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi173/config 2023-11-17T05:22:33.710 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout 2023-11-17T05:22:33.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout [global] 2023-11-17T05:22:33.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout fsid = 39a17d88-8509-11ee-8dbe-212e2dc638e7 2023-11-17T05:22:33.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.173:3300,v1:172.21.15.173:6789] 2023-11-17T05:22:33.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-11-17T05:22:33.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-11-17T05:22:33.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-11-17T05:22:33.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-11-17T05:22:33.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout 2023-11-17T05:22:33.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout [mgr] 2023-11-17T05:22:33.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-11-17T05:22:33.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout 2023-11-17T05:22:33.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout [osd] 2023-11-17T05:22:33.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-11-17T05:22:33.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout osd_memory_target_autotune = true 2023-11-17T05:22:33.712 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-11-17T05:22:33.819 INFO:teuthology.orchestra.run.smithi173.stderr:Generating new minimal ceph.conf... 2023-11-17T05:22:33.819 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z -v /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173:/var/lib/ceph/mon/ceph-smithi173:z docker.io/ceph/ceph:v15 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi173/config 2023-11-17T05:22:33.819 INFO:teuthology.orchestra.run.smithi173.stderr:Restarting the monitor... 2023-11-17T05:22:33.819 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl restart ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@mon.smithi173 2023-11-17T05:22:33.820 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 05:22:24 smithi173 systemd[1]: Stopping Ceph mon.smithi173 for 39a17d88-8509-11ee-8dbe-212e2dc638e7... 2023-11-17T05:22:33.820 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 05:22:24 smithi173 podman[107235]: ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon.smithi173 2023-11-17T05:22:33.820 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 05:22:24 smithi173 systemd[1]: ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@mon.smithi173.service: Succeeded. 2023-11-17T05:22:33.820 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 05:22:24 smithi173 systemd[1]: Stopped Ceph mon.smithi173 for 39a17d88-8509-11ee-8dbe-212e2dc638e7. 2023-11-17T05:22:33.820 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 05:22:24 smithi173 systemd[1]: Starting Ceph mon.smithi173 for 39a17d88-8509-11ee-8dbe-212e2dc638e7... 2023-11-17T05:22:33.820 INFO:teuthology.orchestra.run.smithi173.stderr:Setting mon public_network... 2023-11-17T05:22:33.820 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mon public_network 172.21.0.0/20 2023-11-17T05:22:33.821 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 05:22:25 smithi173 bash[107306]: 1c45aaa082e4090d9b09310ab811b9a1d142a85d92ad53cfd15698f55c49ff9b 2023-11-17T05:22:33.821 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 05:22:25 smithi173 systemd[1]: Started Ceph mon.smithi173 for 39a17d88-8509-11ee-8dbe-212e2dc638e7. 2023-11-17T05:22:33.842 INFO:teuthology.orchestra.run.smithi173.stderr:Creating mgr... 2023-11-17T05:22:33.843 INFO:teuthology.orchestra.run.smithi173.stderr:Verifying port 9283 ... 2023-11-17T05:22:33.843 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl daemon-reload 2023-11-17T05:22:33.843 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl stop ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@mgr.smithi173.hobuag 2023-11-17T05:22:33.843 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl reset-failed ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@mgr.smithi173.hobuag 2023-11-17T05:22:33.843 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl: stderr Failed to reset failed state of unit ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@mgr.smithi173.hobuag.service: Unit ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@mgr.smithi173.hobuag.service not loaded. 2023-11-17T05:22:33.843 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl enable ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@mgr.smithi173.hobuag 2023-11-17T05:22:33.843 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7.target.wants/ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@mgr.smithi173.hobuag.service → /etc/systemd/system/ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@.service. 2023-11-17T05:22:33.843 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@mgr.smithi173.hobuag 2023-11-17T05:22:33.843 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-17T05:22:33.843 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl: stdout disabled 2023-11-17T05:22:33.843 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl is-active firewalld.service 2023-11-17T05:22:33.843 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl: stdout inactive 2023-11-17T05:22:33.844 INFO:teuthology.orchestra.run.smithi173.stderr:firewalld.service is not enabled 2023-11-17T05:22:33.844 INFO:teuthology.orchestra.run.smithi173.stderr:Not possible to enable service . firewalld.service is not available 2023-11-17T05:22:33.844 INFO:teuthology.orchestra.run.smithi173.stderr:Not possible to open ports <[]>. firewalld.service is not available 2023-11-17T05:22:33.844 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-17T05:22:33.844 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl: stdout disabled 2023-11-17T05:22:33.844 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl is-active firewalld.service 2023-11-17T05:22:33.844 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl: stdout inactive 2023-11-17T05:22:33.844 INFO:teuthology.orchestra.run.smithi173.stderr:firewalld.service is not enabled 2023-11-17T05:22:33.844 INFO:teuthology.orchestra.run.smithi173.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-17T05:22:33.844 INFO:teuthology.orchestra.run.smithi173.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-17T05:22:33.844 INFO:teuthology.orchestra.run.smithi173.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-17T05:22:33.844 INFO:teuthology.orchestra.run.smithi173.stderr:Waiting for mgr to start... 2023-11-17T05:22:33.844 INFO:teuthology.orchestra.run.smithi173.stderr:Waiting for mgr... 2023-11-17T05:22:33.844 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2023-11-17T05:22:33.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout 2023-11-17T05:22:33.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:33.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "fsid": "39a17d88-8509-11ee-8dbe-212e2dc638e7", 2023-11-17T05:22:33.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "health": { 2023-11-17T05:22:33.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-17T05:22:33.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "checks": {}, 2023-11-17T05:22:33.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "mutes": [] 2023-11-17T05:22:33.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-17T05:22:33.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "quorum": [ 2023-11-17T05:22:33.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout 0 2023-11-17T05:22:33.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:33.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-17T05:22:33.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "smithi173" 2023-11-17T05:22:33.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:33.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "quorum_age": 1, 2023-11-17T05:22:33.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "monmap": { 2023-11-17T05:22:33.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-17T05:22:33.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2023-11-17T05:22:33.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_mons": 1 2023-11-17T05:22:33.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "osdmap": { 2023-11-17T05:22:33.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-17T05:22:33.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-17T05:22:33.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-17T05:22:33.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-17T05:22:33.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-17T05:22:33.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-17T05:22:33.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-17T05:22:33.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "pgmap": { 2023-11-17T05:22:33.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-17T05:22:33.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-17T05:22:33.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-17T05:22:33.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-17T05:22:33.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-17T05:22:33.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-17T05:22:33.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-17T05:22:33.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-17T05:22:33.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "fsmap": { 2023-11-17T05:22:33.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-17T05:22:33.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "by_rank": [], 2023-11-17T05:22:33.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "up:standby": 0 2023-11-17T05:22:33.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "mgrmap": { 2023-11-17T05:22:33.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "available": false, 2023-11-17T05:22:33.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-17T05:22:33.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "modules": [ 2023-11-17T05:22:33.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "iostat", 2023-11-17T05:22:33.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "restful" 2023-11-17T05:22:33.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:33.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "services": {} 2023-11-17T05:22:33.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "servicemap": { 2023-11-17T05:22:33.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-17T05:22:33.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "modified": "2023-11-17T05:22:21.998525+0000", 2023-11-17T05:22:33.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "services": {} 2023-11-17T05:22:33.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "progress_events": {} 2023-11-17T05:22:33.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:33.849 INFO:teuthology.orchestra.run.smithi173.stderr:mgr not available, waiting (1/10)... 2023-11-17T05:22:33.849 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2023-11-17T05:22:33.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout 2023-11-17T05:22:33.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:33.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "fsid": "39a17d88-8509-11ee-8dbe-212e2dc638e7", 2023-11-17T05:22:33.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "health": { 2023-11-17T05:22:33.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-17T05:22:33.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "checks": {}, 2023-11-17T05:22:33.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "mutes": [] 2023-11-17T05:22:33.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-17T05:22:33.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "quorum": [ 2023-11-17T05:22:33.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout 0 2023-11-17T05:22:33.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:33.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-17T05:22:33.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "smithi173" 2023-11-17T05:22:33.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:33.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "quorum_age": 3, 2023-11-17T05:22:33.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "monmap": { 2023-11-17T05:22:33.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-17T05:22:33.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2023-11-17T05:22:33.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_mons": 1 2023-11-17T05:22:33.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "osdmap": { 2023-11-17T05:22:33.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-17T05:22:33.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-17T05:22:33.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-17T05:22:33.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-17T05:22:33.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-17T05:22:33.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-17T05:22:33.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-17T05:22:33.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "pgmap": { 2023-11-17T05:22:33.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-17T05:22:33.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-17T05:22:33.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-17T05:22:33.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-17T05:22:33.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-17T05:22:33.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-17T05:22:33.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-17T05:22:33.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-17T05:22:33.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "fsmap": { 2023-11-17T05:22:33.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-17T05:22:33.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "by_rank": [], 2023-11-17T05:22:33.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "up:standby": 0 2023-11-17T05:22:33.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "mgrmap": { 2023-11-17T05:22:33.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "available": false, 2023-11-17T05:22:33.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-17T05:22:33.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "modules": [ 2023-11-17T05:22:33.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "iostat", 2023-11-17T05:22:33.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "restful" 2023-11-17T05:22:33.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:33.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "services": {} 2023-11-17T05:22:33.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "servicemap": { 2023-11-17T05:22:33.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-17T05:22:33.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "modified": "2023-11-17T05:22:21.998525+0000", 2023-11-17T05:22:33.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "services": {} 2023-11-17T05:22:33.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "progress_events": {} 2023-11-17T05:22:33.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:33.854 INFO:teuthology.orchestra.run.smithi173.stderr:mgr not available, waiting (2/10)... 2023-11-17T05:22:33.854 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2023-11-17T05:22:33.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout 2023-11-17T05:22:33.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:33.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "fsid": "39a17d88-8509-11ee-8dbe-212e2dc638e7", 2023-11-17T05:22:33.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "health": { 2023-11-17T05:22:33.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-17T05:22:33.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "checks": {}, 2023-11-17T05:22:33.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "mutes": [] 2023-11-17T05:22:33.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-17T05:22:33.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "quorum": [ 2023-11-17T05:22:33.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout 0 2023-11-17T05:22:33.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:33.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-17T05:22:33.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "smithi173" 2023-11-17T05:22:33.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:33.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "quorum_age": 5, 2023-11-17T05:22:33.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "monmap": { 2023-11-17T05:22:33.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-17T05:22:33.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2023-11-17T05:22:33.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_mons": 1 2023-11-17T05:22:33.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "osdmap": { 2023-11-17T05:22:33.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-17T05:22:33.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-17T05:22:33.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-17T05:22:33.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-17T05:22:33.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-17T05:22:33.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-17T05:22:33.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-17T05:22:33.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "pgmap": { 2023-11-17T05:22:33.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-17T05:22:33.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-17T05:22:33.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-17T05:22:33.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-17T05:22:33.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-17T05:22:33.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-17T05:22:33.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-17T05:22:33.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-17T05:22:33.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "fsmap": { 2023-11-17T05:22:33.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-17T05:22:33.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "by_rank": [], 2023-11-17T05:22:33.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "up:standby": 0 2023-11-17T05:22:33.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "mgrmap": { 2023-11-17T05:22:33.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "available": false, 2023-11-17T05:22:33.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-17T05:22:33.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "modules": [ 2023-11-17T05:22:33.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "iostat", 2023-11-17T05:22:33.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "restful" 2023-11-17T05:22:33.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:33.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "services": {} 2023-11-17T05:22:33.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "servicemap": { 2023-11-17T05:22:33.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-17T05:22:33.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "modified": "2023-11-17T05:22:21.998525+0000", 2023-11-17T05:22:33.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "services": {} 2023-11-17T05:22:33.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "progress_events": {} 2023-11-17T05:22:33.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:33.860 INFO:teuthology.orchestra.run.smithi173.stderr:mgr not available, waiting (3/10)... 2023-11-17T05:22:33.860 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2023-11-17T05:22:33.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout 2023-11-17T05:22:33.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:33.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "fsid": "39a17d88-8509-11ee-8dbe-212e2dc638e7", 2023-11-17T05:22:33.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "health": { 2023-11-17T05:22:33.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-17T05:22:33.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "checks": {}, 2023-11-17T05:22:33.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "mutes": [] 2023-11-17T05:22:33.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-17T05:22:33.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "quorum": [ 2023-11-17T05:22:33.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout 0 2023-11-17T05:22:33.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:33.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-17T05:22:33.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "smithi173" 2023-11-17T05:22:33.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:33.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "quorum_age": 7, 2023-11-17T05:22:33.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "monmap": { 2023-11-17T05:22:33.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-17T05:22:33.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2023-11-17T05:22:33.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_mons": 1 2023-11-17T05:22:33.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "osdmap": { 2023-11-17T05:22:33.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-17T05:22:33.862 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-17T05:22:33.862 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-17T05:22:33.862 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-17T05:22:33.862 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-17T05:22:33.862 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-17T05:22:33.862 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-17T05:22:33.862 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.862 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "pgmap": { 2023-11-17T05:22:33.862 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-17T05:22:33.862 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-17T05:22:33.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-17T05:22:33.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-17T05:22:33.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-17T05:22:33.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-17T05:22:33.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-17T05:22:33.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-17T05:22:33.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "fsmap": { 2023-11-17T05:22:33.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-17T05:22:33.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "by_rank": [], 2023-11-17T05:22:33.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "up:standby": 0 2023-11-17T05:22:33.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "mgrmap": { 2023-11-17T05:22:33.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "available": true, 2023-11-17T05:22:33.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-17T05:22:33.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "modules": [ 2023-11-17T05:22:33.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "iostat", 2023-11-17T05:22:33.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "restful" 2023-11-17T05:22:33.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:33.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "services": {} 2023-11-17T05:22:33.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "servicemap": { 2023-11-17T05:22:33.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-11-17T05:22:33.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "modified": "2023-11-17T05:22:21.998525+0000", 2023-11-17T05:22:33.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "services": {} 2023-11-17T05:22:33.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:33.865 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "progress_events": {} 2023-11-17T05:22:33.865 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:33.865 INFO:teuthology.orchestra.run.smithi173.stderr:mgr is available 2023-11-17T05:22:33.865 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config-key set mgr/cephadm/ssh_user root 2023-11-17T05:22:33.865 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stderr set mgr/cephadm/ssh_user 2023-11-17T05:22:33.865 INFO:teuthology.orchestra.run.smithi173.stderr:Enabling cephadm module... 2023-11-17T05:22:33.865 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable cephadm 2023-11-17T05:22:34.595 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2023-11-17T05:22:35.129 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.129 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "epoch": 5, 2023-11-17T05:22:35.129 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "active_gid": 14100, 2023-11-17T05:22:35.129 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "active_name": "smithi173.hobuag", 2023-11-17T05:22:35.130 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "active_addrs": { 2023-11-17T05:22:35.130 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-11-17T05:22:35.130 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.130 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-11-17T05:22:35.130 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.173:6800", 2023-11-17T05:22:35.130 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "nonce": 1882059766 2023-11-17T05:22:35.130 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.131 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.131 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "v1", 2023-11-17T05:22:35.131 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.173:6801", 2023-11-17T05:22:35.131 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "nonce": 1882059766 2023-11-17T05:22:35.131 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.131 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ] 2023-11-17T05:22:35.132 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.132 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.173:6801/1882059766", 2023-11-17T05:22:35.132 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "active_change": "2023-11-17T05:22:30.242923+0000", 2023-11-17T05:22:35.132 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2023-11-17T05:22:35.132 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "available": true, 2023-11-17T05:22:35.132 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "standbys": [], 2023-11-17T05:22:35.133 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "modules": [ 2023-11-17T05:22:35.133 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "cephadm", 2023-11-17T05:22:35.133 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "iostat", 2023-11-17T05:22:35.133 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "restful" 2023-11-17T05:22:35.133 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.133 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "available_modules": [ 2023-11-17T05:22:35.134 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.134 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "alerts", 2023-11-17T05:22:35.483 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.483 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.483 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.483 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "interval": { 2023-11-17T05:22:35.483 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-11-17T05:22:35.483 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:22:35.483 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-11-17T05:22:35.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2023-11-17T05:22:35.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.485 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.485 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.485 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.485 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.485 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.485 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.485 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.485 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.485 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.485 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.485 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.485 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.485 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.485 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.486 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.486 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.486 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.486 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.486 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.486 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.486 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.486 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.486 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.486 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.486 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.486 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.489 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.489 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.489 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.489 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.489 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.489 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.489 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2023-11-17T05:22:35.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2023-11-17T05:22:35.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2023-11-17T05:22:35.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2023-11-17T05:22:35.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2023-11-17T05:22:35.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2023-11-17T05:22:35.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2023-11-17T05:22:35.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "smtp_host": { 2023-11-17T05:22:35.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2023-11-17T05:22:35.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2023-11-17T05:22:35.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "smtp_password": { 2023-11-17T05:22:35.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2023-11-17T05:22:35.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2023-11-17T05:22:35.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "smtp_port": { 2023-11-17T05:22:35.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2023-11-17T05:22:35.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "465", 2023-11-17T05:22:35.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2023-11-17T05:22:35.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2023-11-17T05:22:35.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2023-11-17T05:22:35.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2023-11-17T05:22:35.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2023-11-17T05:22:35.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2023-11-17T05:22:35.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2023-11-17T05:22:35.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "smtp_user": { 2023-11-17T05:22:35.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2023-11-17T05:22:35.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2023-11-17T05:22:35.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "balancer", 2023-11-17T05:22:35.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "active": { 2023-11-17T05:22:35.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "active", 2023-11-17T05:22:35.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2023-11-17T05:22:35.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "begin_time": { 2023-11-17T05:22:35.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2023-11-17T05:22:35.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2023-11-17T05:22:35.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2023-11-17T05:22:35.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2023-11-17T05:22:35.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2023-11-17T05:22:35.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2023-11-17T05:22:35.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-11-17T05:22:35.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-11-17T05:22:35.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "0", 2023-11-17T05:22:35.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "7", 2023-11-17T05:22:35.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2023-11-17T05:22:35.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-11-17T05:22:35.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2023-11-17T05:22:35.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2023-11-17T05:22:35.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-11-17T05:22:35.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "25", 2023-11-17T05:22:35.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "1", 2023-11-17T05:22:35.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "250", 2023-11-17T05:22:35.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2023-11-17T05:22:35.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2023-11-17T05:22:35.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2023-11-17T05:22:35.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2023-11-17T05:22:35.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.505 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.505 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2023-11-17T05:22:35.505 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2023-11-17T05:22:35.505 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.505 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.505 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.505 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2023-11-17T05:22:35.505 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2023-11-17T05:22:35.505 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "float", 2023-11-17T05:22:35.505 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.505 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.505 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2023-11-17T05:22:35.505 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "0.001", 2023-11-17T05:22:35.506 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "0.999", 2023-11-17T05:22:35.506 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.506 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2023-11-17T05:22:35.506 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2023-11-17T05:22:35.506 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.506 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.506 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.506 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "end_time": { 2023-11-17T05:22:35.506 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "end_time", 2023-11-17T05:22:35.506 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.506 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.506 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.506 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2023-11-17T05:22:35.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2023-11-17T05:22:35.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2023-11-17T05:22:35.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "end_weekday": { 2023-11-17T05:22:35.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2023-11-17T05:22:35.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-11-17T05:22:35.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "7", 2023-11-17T05:22:35.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "0", 2023-11-17T05:22:35.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "7", 2023-11-17T05:22:35.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2023-11-17T05:22:35.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-11-17T05:22:35.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.509 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.509 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.509 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.509 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.509 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.509 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.509 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.509 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.509 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.509 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.509 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.509 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.509 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.509 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.510 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.510 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.510 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.510 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.510 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.510 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.510 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.510 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.510 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.510 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.510 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.510 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.510 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.511 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.511 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.511 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.511 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.511 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.511 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.511 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.511 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.511 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.511 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.511 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.511 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.511 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.511 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.512 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.512 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.512 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.512 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.512 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.512 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.512 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.512 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.512 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.512 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.512 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.512 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.512 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.512 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.513 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.513 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.513 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.513 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.513 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.513 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.513 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.513 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.513 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.513 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min_score": { 2023-11-17T05:22:35.513 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "min_score", 2023-11-17T05:22:35.513 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "float", 2023-11-17T05:22:35.513 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.513 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.514 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-11-17T05:22:35.514 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.514 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.514 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.514 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2023-11-17T05:22:35.514 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.514 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.514 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.514 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.514 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "mode": { 2023-11-17T05:22:35.514 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "mode", 2023-11-17T05:22:35.514 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.514 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.515 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.515 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "none", 2023-11-17T05:22:35.515 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.515 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.515 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.515 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "crush-compat", 2023-11-17T05:22:35.515 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "none", 2023-11-17T05:22:35.515 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "upmap" 2023-11-17T05:22:35.515 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.515 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2023-11-17T05:22:35.515 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.515 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.515 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.515 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.516 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "pool_ids": { 2023-11-17T05:22:35.516 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2023-11-17T05:22:35.516 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.516 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.516 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.516 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.516 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.516 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.516 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.516 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2023-11-17T05:22:35.516 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.516 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.516 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.517 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.517 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-11-17T05:22:35.517 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-11-17T05:22:35.517 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:22:35.517 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.517 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.517 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-11-17T05:22:35.517 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.517 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.517 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.517 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2023-11-17T05:22:35.517 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.517 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.517 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.518 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.518 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2023-11-17T05:22:35.518 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2023-11-17T05:22:35.518 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.518 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.518 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.518 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-11-17T05:22:35.518 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "1", 2023-11-17T05:22:35.518 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.518 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.518 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2023-11-17T05:22:35.518 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2023-11-17T05:22:35.518 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.518 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.519 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.519 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2023-11-17T05:22:35.519 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2023-11-17T05:22:35.519 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-11-17T05:22:35.519 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.519 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.519 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-17T05:22:35.519 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.519 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.519 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.519 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2023-11-17T05:22:35.519 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.519 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.520 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.520 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.520 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.520 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.520 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.520 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2023-11-17T05:22:35.520 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.520 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.520 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.520 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2023-11-17T05:22:35.520 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2023-11-17T05:22:35.520 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.520 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.520 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.521 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.521 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.521 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.521 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.521 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2023-11-17T05:22:35.521 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.", 2023-11-17T05:22:35.521 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.521 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.521 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.521 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2023-11-17T05:22:35.521 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2023-11-17T05:22:35.521 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.521 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.521 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.522 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.522 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.522 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.522 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.522 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2023-11-17T05:22:35.522 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.522 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.522 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.522 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.522 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2023-11-17T05:22:35.522 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2023-11-17T05:22:35.522 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.522 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.523 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.523 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2023-11-17T05:22:35.523 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.523 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.523 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.523 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-11-17T05:22:35.523 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.523 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.523 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.523 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.523 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "container_image_base": { 2023-11-17T05:22:35.523 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2023-11-17T05:22:35.523 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.523 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.524 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.524 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2023-11-17T05:22:35.524 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.524 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.524 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.524 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2023-11-17T05:22:35.524 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.524 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.524 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.524 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.524 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2023-11-17T05:22:35.524 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2023-11-17T05:22:35.524 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.524 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.525 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.525 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2023-11-17T05:22:35.525 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.525 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.525 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.525 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-11-17T05:22:35.525 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.525 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.525 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.525 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.525 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2023-11-17T05:22:35.525 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2023-11-17T05:22:35.525 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.526 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.526 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.526 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2023-11-17T05:22:35.526 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.526 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.526 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.526 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-11-17T05:22:35.526 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.526 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.526 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.526 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.526 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2023-11-17T05:22:35.526 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2023-11-17T05:22:35.526 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.527 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.527 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.527 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2023-11-17T05:22:35.527 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.527 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.527 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.527 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-11-17T05:22:35.527 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.527 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.527 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.527 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.527 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "container_init": { 2023-11-17T05:22:35.527 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "container_init", 2023-11-17T05:22:35.527 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.528 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.528 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.528 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.528 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.528 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.528 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.528 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2023-11-17T05:22:35.528 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.528 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.528 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.528 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.528 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2023-11-17T05:22:35.528 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2023-11-17T05:22:35.529 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:22:35.529 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.529 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.529 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-11-17T05:22:35.529 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.529 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.529 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.529 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2023-11-17T05:22:35.529 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.529 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.529 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.529 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.529 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2023-11-17T05:22:35.529 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2023-11-17T05:22:35.530 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:22:35.530 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.530 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.530 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2023-11-17T05:22:35.530 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.530 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.530 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.530 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2023-11-17T05:22:35.530 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.530 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.530 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.530 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.530 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2023-11-17T05:22:35.530 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2023-11-17T05:22:35.531 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:22:35.531 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.531 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.531 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-11-17T05:22:35.531 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.531 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.531 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.531 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2023-11-17T05:22:35.531 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.531 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.531 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.531 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.531 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2023-11-17T05:22:35.532 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2023-11-17T05:22:35.532 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:22:35.532 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.532 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.532 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-11-17T05:22:35.532 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.532 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.532 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.532 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2023-11-17T05:22:35.532 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.532 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.532 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.532 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.532 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.533 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.533 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.533 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.533 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.533 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.533 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.533 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.533 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.533 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.533 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.533 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.533 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.533 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.533 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.534 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.534 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.534 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.534 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.534 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.534 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.534 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.534 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.534 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.534 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.534 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.534 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.534 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.535 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.535 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.535 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2023-11-17T05:22:35.535 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.535 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.535 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.535 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.535 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.535 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.535 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.535 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.535 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.535 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.535 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.536 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.536 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.536 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.536 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.536 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.536 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.536 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.536 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.536 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.536 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.536 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.536 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.536 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.537 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.537 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.537 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.537 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.537 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.537 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.537 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.537 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.537 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.537 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.537 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.537 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.537 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.537 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.538 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.538 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2023-11-17T05:22:35.538 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2023-11-17T05:22:35.538 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.538 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.538 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.538 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.538 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.538 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.538 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.538 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2023-11-17T05:22:35.538 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.538 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.539 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.539 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.539 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "migration_current": { 2023-11-17T05:22:35.539 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2023-11-17T05:22:35.539 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.539 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.539 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.539 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:22:35.539 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.539 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.539 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.539 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2023-11-17T05:22:35.539 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.539 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.540 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.540 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.540 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "mode": { 2023-11-17T05:22:35.540 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "mode", 2023-11-17T05:22:35.540 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.540 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.540 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.540 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "root", 2023-11-17T05:22:35.540 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.540 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.540 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.540 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "cephadm-package", 2023-11-17T05:22:35.540 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "root" 2023-11-17T05:22:35.540 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.541 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2023-11-17T05:22:35.541 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.541 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.541 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.541 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.541 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2023-11-17T05:22:35.541 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2023-11-17T05:22:35.541 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.541 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.541 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.541 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2023-11-17T05:22:35.541 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.541 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.542 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.542 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2023-11-17T05:22:35.542 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.542 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.542 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.542 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.542 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "registry_password": { 2023-11-17T05:22:35.542 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2023-11-17T05:22:35.542 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.542 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.542 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.542 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:22:35.542 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.543 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.543 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.543 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2023-11-17T05:22:35.543 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.543 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.543 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.543 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.543 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "registry_url": { 2023-11-17T05:22:35.543 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2023-11-17T05:22:35.543 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.543 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.543 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.543 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:22:35.543 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.543 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.544 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.544 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2023-11-17T05:22:35.544 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.544 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.544 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.544 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.544 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "registry_username": { 2023-11-17T05:22:35.544 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2023-11-17T05:22:35.544 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.544 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.544 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.544 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:22:35.545 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.545 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.545 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.545 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2023-11-17T05:22:35.545 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.545 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.545 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.545 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.545 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2023-11-17T05:22:35.545 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2023-11-17T05:22:35.545 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.545 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.546 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.546 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:22:35.546 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.546 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.546 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.546 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2023-11-17T05:22:35.546 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.546 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.546 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.546 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.546 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2023-11-17T05:22:35.546 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2023-11-17T05:22:35.546 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.547 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.547 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.547 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.547 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.547 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.547 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.547 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2023-11-17T05:22:35.547 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.547 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.547 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.547 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.547 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2023-11-17T05:22:35.548 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2023-11-17T05:22:35.548 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.548 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.548 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.548 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.548 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.548 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.548 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.548 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2023-11-17T05:22:35.548 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.548 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.548 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.548 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.548 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2023-11-17T05:22:35.549 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2023-11-17T05:22:35.549 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.549 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.549 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.549 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.549 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.549 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.549 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.549 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2023-11-17T05:22:35.549 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.549 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.549 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.549 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.549 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2023-11-17T05:22:35.550 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2023-11-17T05:22:35.550 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.550 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.550 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.550 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.550 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.550 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.550 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.550 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2023-11-17T05:22:35.550 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.550 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.550 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.550 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "crash", 2023-11-17T05:22:35.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "retain_interval": { 2023-11-17T05:22:35.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2023-11-17T05:22:35.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:22:35.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2023-11-17T05:22:35.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2023-11-17T05:22:35.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.558 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2023-11-17T05:22:35.558 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2023-11-17T05:22:35.558 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:22:35.558 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.558 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.558 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2023-11-17T05:22:35.558 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.558 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.558 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.558 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2023-11-17T05:22:35.558 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.558 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.559 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.559 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.559 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.559 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.559 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.559 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2023-11-17T05:22:35.559 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.559 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.559 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.559 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2023-11-17T05:22:35.559 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2023-11-17T05:22:35.559 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.559 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.560 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.560 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-17T05:22:35.560 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.560 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.560 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.560 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.560 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.560 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.560 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.560 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.560 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2023-11-17T05:22:35.560 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2023-11-17T05:22:35.560 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.560 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2023-11-17T05:22:35.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2023-11-17T05:22:35.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.562 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.562 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.562 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.562 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.562 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.562 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.562 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.562 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.562 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.562 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.562 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.562 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2023-11-17T05:22:35.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2023-11-17T05:22:35.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2023-11-17T05:22:35.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2023-11-17T05:22:35.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.565 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2023-11-17T05:22:35.565 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2023-11-17T05:22:35.565 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.565 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.565 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.565 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.565 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.565 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.565 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.565 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.565 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.565 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.565 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.565 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.566 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2023-11-17T05:22:35.566 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2023-11-17T05:22:35.566 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.566 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.566 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.566 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.566 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.566 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.566 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.566 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.566 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.566 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2023-11-17T05:22:35.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2023-11-17T05:22:35.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2023-11-17T05:22:35.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2023-11-17T05:22:35.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.569 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.569 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.569 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.569 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.569 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2023-11-17T05:22:35.569 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2023-11-17T05:22:35.569 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.569 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.569 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.569 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.569 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.569 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.569 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.570 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.570 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.570 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.570 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.570 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.570 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2023-11-17T05:22:35.570 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2023-11-17T05:22:35.570 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.570 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.570 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.570 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.570 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.570 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.570 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2023-11-17T05:22:35.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2023-11-17T05:22:35.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2023-11-17T05:22:35.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2023-11-17T05:22:35.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.573 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.573 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.573 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.573 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.573 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.573 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.573 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.573 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2023-11-17T05:22:35.573 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2023-11-17T05:22:35.573 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.573 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.573 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.573 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-11-17T05:22:35.574 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.574 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.574 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.574 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.574 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.574 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.574 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.574 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.574 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2023-11-17T05:22:35.574 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2023-11-17T05:22:35.574 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.574 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.575 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.575 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.575 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.575 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.575 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.575 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.575 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.575 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.575 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.575 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.575 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2023-11-17T05:22:35.575 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2023-11-17T05:22:35.575 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.575 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.576 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.576 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.576 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.576 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.576 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.576 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.576 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.576 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.576 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.576 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.576 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2023-11-17T05:22:35.576 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2023-11-17T05:22:35.576 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.577 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.577 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.577 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-11-17T05:22:35.577 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.577 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.577 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.577 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.577 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.577 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.577 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.577 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.577 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2023-11-17T05:22:35.577 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2023-11-17T05:22:35.577 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.578 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.578 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.578 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.578 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.578 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.578 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.578 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.578 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.578 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.578 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.578 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.578 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2023-11-17T05:22:35.579 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2023-11-17T05:22:35.579 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.579 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.579 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.579 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.579 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.579 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.579 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.579 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.579 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.579 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.579 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.579 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.579 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2023-11-17T05:22:35.580 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2023-11-17T05:22:35.580 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.580 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.580 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.580 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.580 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.580 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.580 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.580 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.580 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.580 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.580 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.580 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.581 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2023-11-17T05:22:35.581 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2023-11-17T05:22:35.581 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.581 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.581 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.581 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.581 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.581 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.581 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.581 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.581 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.581 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.581 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.582 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.582 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2023-11-17T05:22:35.582 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2023-11-17T05:22:35.582 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.582 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.582 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.582 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.582 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.582 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.582 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.582 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.582 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.582 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.583 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.583 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.583 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2023-11-17T05:22:35.583 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2023-11-17T05:22:35.583 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.583 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.583 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.583 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.583 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.583 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.583 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.583 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.583 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.584 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.584 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.584 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.584 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2023-11-17T05:22:35.584 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2023-11-17T05:22:35.584 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.584 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.584 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.584 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.584 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.584 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.584 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.584 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.585 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.585 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.585 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.585 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.585 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2023-11-17T05:22:35.585 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2023-11-17T05:22:35.585 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.585 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.585 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.585 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.585 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.585 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.585 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.586 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.586 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.586 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.586 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.586 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.586 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2023-11-17T05:22:35.586 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2023-11-17T05:22:35.586 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.586 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.586 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.586 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.586 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.586 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.587 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.587 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.587 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.587 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.587 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.587 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.587 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2023-11-17T05:22:35.587 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2023-11-17T05:22:35.587 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.587 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.587 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.587 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.588 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.588 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.588 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.588 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.588 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.588 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.588 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.588 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.588 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2023-11-17T05:22:35.588 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2023-11-17T05:22:35.588 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.588 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.588 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.589 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.589 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.589 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.589 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.589 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.589 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.589 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.589 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.589 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.589 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2023-11-17T05:22:35.589 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2023-11-17T05:22:35.589 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.589 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.589 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.590 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.590 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.590 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.590 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.590 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.590 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.590 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.590 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.590 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.590 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2023-11-17T05:22:35.590 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2023-11-17T05:22:35.590 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.590 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.591 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.591 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.591 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.591 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.591 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.591 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.591 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.591 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.591 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.591 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.591 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2023-11-17T05:22:35.591 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2023-11-17T05:22:35.591 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.591 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.592 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.592 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2023-11-17T05:22:35.592 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.592 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.592 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.592 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.592 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.592 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.592 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.592 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.592 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2023-11-17T05:22:35.592 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2023-11-17T05:22:35.592 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.593 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.593 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.593 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-17T05:22:35.593 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.593 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.593 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.593 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.593 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.593 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.593 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.593 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.593 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2023-11-17T05:22:35.593 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2023-11-17T05:22:35.593 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.594 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.594 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.594 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "8", 2023-11-17T05:22:35.594 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.594 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.594 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.594 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.594 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.594 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.594 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.594 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.594 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2023-11-17T05:22:35.594 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2023-11-17T05:22:35.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "45", 2023-11-17T05:22:35.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2023-11-17T05:22:35.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2023-11-17T05:22:35.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2023-11-17T05:22:35.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2023-11-17T05:22:35.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-11-17T05:22:35.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2023-11-17T05:22:35.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2023-11-17T05:22:35.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2023-11-17T05:22:35.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2023-11-17T05:22:35.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "80", 2023-11-17T05:22:35.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2023-11-17T05:22:35.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2023-11-17T05:22:35.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "http", 2023-11-17T05:22:35.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2023-11-17T05:22:35.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2023-11-17T05:22:35.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2023-11-17T05:22:35.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2023-11-17T05:22:35.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2023-11-17T05:22:35.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2023-11-17T05:22:35.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2023-11-17T05:22:35.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2023-11-17T05:22:35.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-11-17T05:22:35.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2023-11-17T05:22:35.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2023-11-17T05:22:35.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-17T05:22:35.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2023-11-17T05:22:35.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2023-11-17T05:22:35.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-11-17T05:22:35.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "crt_file": { 2023-11-17T05:22:35.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2023-11-17T05:22:35.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug": { 2023-11-17T05:22:35.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "debug", 2023-11-17T05:22:35.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2023-11-17T05:22:35.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2023-11-17T05:22:35.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2023-11-17T05:22:35.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2023-11-17T05:22:35.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "key_file": { 2023-11-17T05:22:35.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "key_file", 2023-11-17T05:22:35.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-11-17T05:22:35.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-11-17T05:22:35.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "::", 2023-11-17T05:22:35.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "server_port": { 2023-11-17T05:22:35.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-11-17T05:22:35.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2023-11-17T05:22:35.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "ssl": { 2023-11-17T05:22:35.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "ssl", 2023-11-17T05:22:35.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2023-11-17T05:22:35.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2023-11-17T05:22:35.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2023-11-17T05:22:35.620 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.620 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.620 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.620 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.620 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.620 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.620 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.620 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.620 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2023-11-17T05:22:35.620 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2023-11-17T05:22:35.620 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.620 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.620 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.621 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2023-11-17T05:22:35.621 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.621 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.621 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.621 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.621 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "redirect" 2023-11-17T05:22:35.621 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.621 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.621 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.621 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.621 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.621 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.621 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2023-11-17T05:22:35.621 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2023-11-17T05:22:35.622 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.622 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.622 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.622 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "500", 2023-11-17T05:22:35.622 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "400", 2023-11-17T05:22:35.622 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "599", 2023-11-17T05:22:35.622 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.622 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.622 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.622 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.622 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.622 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.622 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "url_prefix": { 2023-11-17T05:22:35.623 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2023-11-17T05:22:35.623 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.623 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.623 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.623 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.623 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.623 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.623 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.623 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.623 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.623 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.623 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.623 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.623 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.624 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.624 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.624 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2023-11-17T05:22:35.624 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.624 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.624 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.624 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2023-11-17T05:22:35.624 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2023-11-17T05:22:35.624 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.624 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.624 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.624 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.624 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.624 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.625 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.625 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2023-11-17T05:22:35.625 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.625 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.625 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.625 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.625 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.625 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.625 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.625 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.625 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.625 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.625 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.625 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.626 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.626 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.626 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.626 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.626 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.626 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.626 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.626 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.626 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.626 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.626 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.626 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.626 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.627 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.627 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.627 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.627 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.627 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.627 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.627 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.627 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.627 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.627 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.627 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.627 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.627 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.627 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.628 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.628 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.628 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.628 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.628 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.628 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.628 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.628 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.628 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.628 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.628 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.628 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.628 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.628 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.629 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.629 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.629 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.629 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.629 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.629 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.629 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.629 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.629 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.629 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.629 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.629 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.629 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.629 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.630 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.630 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.630 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.630 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.630 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.630 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.630 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.630 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2023-11-17T05:22:35.630 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2023-11-17T05:22:35.630 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:22:35.630 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.630 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.630 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2023-11-17T05:22:35.631 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.631 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.631 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.631 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2023-11-17T05:22:35.631 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.631 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.631 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.631 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.631 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "pool_name": { 2023-11-17T05:22:35.631 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2023-11-17T05:22:35.631 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.631 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.631 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.632 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2023-11-17T05:22:35.632 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.632 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.632 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.632 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2023-11-17T05:22:35.632 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.632 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.632 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.632 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.632 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "retention_period": { 2023-11-17T05:22:35.632 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2023-11-17T05:22:35.632 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:22:35.632 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.632 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.633 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2023-11-17T05:22:35.633 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.633 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.633 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.633 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2023-11-17T05:22:35.633 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.633 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.633 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.633 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.633 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2023-11-17T05:22:35.633 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2023-11-17T05:22:35.633 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:22:35.633 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.633 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.634 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2023-11-17T05:22:35.634 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.634 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.634 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.634 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2023-11-17T05:22:35.634 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.634 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.634 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.634 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.634 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "self_heal": { 2023-11-17T05:22:35.634 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2023-11-17T05:22:35.634 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.634 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.635 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.635 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.635 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.635 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.635 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.635 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2023-11-17T05:22:35.635 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.635 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.635 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.635 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.635 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-11-17T05:22:35.635 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-11-17T05:22:35.635 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:22:35.635 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.636 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.636 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-11-17T05:22:35.636 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.636 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.636 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.636 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2023-11-17T05:22:35.636 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.636 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.636 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.636 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.636 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2023-11-17T05:22:35.636 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2023-11-17T05:22:35.636 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:22:35.636 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.637 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.637 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2023-11-17T05:22:35.637 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.637 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.637 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.637 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2023-11-17T05:22:35.637 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.637 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.637 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.637 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.637 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.637 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.637 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.637 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2023-11-17T05:22:35.638 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.638 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.638 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.638 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.638 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.638 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.638 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.638 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.638 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.638 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.638 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.638 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.638 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.639 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.639 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.639 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.639 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.639 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.639 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.639 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.639 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.639 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.639 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.639 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.639 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.639 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.639 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.640 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.640 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.640 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.640 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.640 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.640 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.640 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.640 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.640 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.640 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.640 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.640 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.640 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.641 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.641 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.641 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.641 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.641 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.641 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.641 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.641 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.641 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.641 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.641 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.641 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.641 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.641 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.642 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.642 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.642 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.642 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.642 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.642 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.642 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.642 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.642 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.642 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.642 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.642 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.642 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.642 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.643 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.643 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.643 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.643 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.643 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.643 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "predict_interval": { 2023-11-17T05:22:35.643 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2023-11-17T05:22:35.643 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.643 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.643 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.643 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2023-11-17T05:22:35.643 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.643 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.643 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.644 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.644 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.644 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.644 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.644 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.644 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "predictor_model": { 2023-11-17T05:22:35.644 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2023-11-17T05:22:35.644 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.644 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.644 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.644 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2023-11-17T05:22:35.644 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.644 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.645 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.645 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.645 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.645 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.645 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.645 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.645 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-11-17T05:22:35.645 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-11-17T05:22:35.645 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.645 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.645 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.645 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-11-17T05:22:35.645 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.645 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.646 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.646 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.646 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.646 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.646 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.646 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.646 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.646 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.646 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.646 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "influx", 2023-11-17T05:22:35.646 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": false, 2023-11-17T05:22:35.646 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2023-11-17T05:22:35.646 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.647 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "batch_size": { 2023-11-17T05:22:35.647 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2023-11-17T05:22:35.647 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.647 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.647 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.647 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2023-11-17T05:22:35.647 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.647 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.647 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.647 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.647 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.647 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.647 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.648 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.648 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "database": { 2023-11-17T05:22:35.648 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "database", 2023-11-17T05:22:35.648 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.648 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.648 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.648 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2023-11-17T05:22:35.648 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.648 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.648 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.648 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.648 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.648 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.648 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.649 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.649 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "hostname": { 2023-11-17T05:22:35.649 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "hostname", 2023-11-17T05:22:35.649 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.649 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.649 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.649 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:22:35.649 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.649 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.649 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.649 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.649 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.649 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.649 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.650 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.650 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "interval": { 2023-11-17T05:22:35.650 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-11-17T05:22:35.650 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.650 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.650 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.650 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "30", 2023-11-17T05:22:35.650 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.650 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.650 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.650 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.650 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.650 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.650 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.651 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.651 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.651 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.651 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.651 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.651 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.651 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.651 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.651 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.651 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.651 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.651 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.651 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.651 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.652 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.652 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.652 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.652 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.652 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.652 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.652 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.652 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.652 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.652 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.652 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.652 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.652 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.653 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.653 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.653 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.653 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.653 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.653 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.653 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.653 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.653 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.653 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.653 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.653 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.653 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.653 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.654 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.654 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.654 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.654 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.654 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.654 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.654 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.654 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.654 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.654 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.654 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.654 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.654 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.655 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.655 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.655 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.655 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.655 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.655 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.655 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.655 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.655 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.655 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.655 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.655 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.655 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.655 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.656 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.656 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.656 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.656 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "password": { 2023-11-17T05:22:35.656 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "password", 2023-11-17T05:22:35.656 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.656 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.656 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.656 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:22:35.656 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.656 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.656 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.656 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.657 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.657 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.657 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.657 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.657 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "port": { 2023-11-17T05:22:35.657 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "port", 2023-11-17T05:22:35.657 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.657 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.657 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.657 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2023-11-17T05:22:35.657 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.657 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.657 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.657 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.658 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.658 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.658 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.658 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.658 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "ssl": { 2023-11-17T05:22:35.658 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "ssl", 2023-11-17T05:22:35.658 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.658 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.658 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.658 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "false", 2023-11-17T05:22:35.658 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.658 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.658 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.658 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.659 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.659 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.659 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.659 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.659 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "threads": { 2023-11-17T05:22:35.659 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "threads", 2023-11-17T05:22:35.659 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.659 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.659 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.659 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-11-17T05:22:35.659 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.659 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.659 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.660 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.660 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.660 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.660 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.660 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.660 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "username": { 2023-11-17T05:22:35.660 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "username", 2023-11-17T05:22:35.660 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.660 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.660 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.660 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:22:35.660 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.660 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.660 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.661 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.661 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.661 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.661 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.661 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.661 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2023-11-17T05:22:35.661 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2023-11-17T05:22:35.661 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.661 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.661 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.661 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "true", 2023-11-17T05:22:35.661 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.661 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.661 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.662 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.662 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.662 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.662 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.662 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.662 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.662 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.662 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.662 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "insights", 2023-11-17T05:22:35.662 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.662 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.662 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.662 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.663 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.663 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.663 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.663 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.663 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.663 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.663 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.663 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.663 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.663 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.663 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.663 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.663 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.664 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.664 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.664 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.664 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.664 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.664 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.664 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.664 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.664 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.664 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.664 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.664 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.664 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.664 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.665 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.665 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.665 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.665 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.665 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.665 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.665 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.665 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.665 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.665 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.665 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.665 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.665 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.665 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.666 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.666 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.666 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.666 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.666 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.666 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.666 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.666 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.666 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.666 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.666 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.666 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.667 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.667 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.667 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.667 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.667 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.667 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.667 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.667 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.667 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.667 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.667 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.667 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.667 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.667 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.668 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.668 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.668 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.668 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.668 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.668 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "iostat", 2023-11-17T05:22:35.668 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.668 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.668 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.668 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.668 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.668 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.668 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.668 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.669 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.669 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.669 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.669 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.669 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.669 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.669 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.669 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.669 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.669 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.669 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.669 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.669 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.669 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.670 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.670 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.670 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.670 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.670 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.670 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.670 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.670 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.670 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.670 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.670 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.670 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.670 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.670 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.671 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.671 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.671 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.671 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.671 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.671 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.671 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.671 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.671 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.671 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.671 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.671 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.671 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.672 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.672 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.672 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.672 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.672 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.672 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.672 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.672 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.672 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.672 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.672 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.672 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.672 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.672 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.673 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.673 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.673 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.673 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.673 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.673 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.673 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.673 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.673 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.673 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.674 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.674 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.674 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.674 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2023-11-17T05:22:35.674 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.674 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.674 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.674 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2023-11-17T05:22:35.674 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2023-11-17T05:22:35.674 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.674 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.674 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.674 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "7", 2023-11-17T05:22:35.675 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.675 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.675 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.675 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2023-11-17T05:22:35.675 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.675 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.675 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.675 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.675 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2023-11-17T05:22:35.675 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2023-11-17T05:22:35.675 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.675 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.675 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.675 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-17T05:22:35.676 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "10", 2023-11-17T05:22:35.676 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.676 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.676 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2023-11-17T05:22:35.676 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.676 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.676 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.676 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.676 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.676 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.676 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.676 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.676 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.677 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.677 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.677 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.677 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.677 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.677 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.677 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.677 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.677 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.677 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.677 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.677 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.677 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.677 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.678 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.678 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.678 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.678 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.678 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.678 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.678 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.678 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.678 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.678 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.678 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.678 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.678 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.678 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.679 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.679 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.679 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.679 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.679 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.679 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.679 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.679 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.679 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.679 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.679 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.679 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.679 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.680 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.680 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.680 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.680 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.680 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.680 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.680 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.680 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.680 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.680 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.680 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.680 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.680 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.680 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.681 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.681 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.681 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.681 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.681 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.681 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.681 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.681 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.681 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.681 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.681 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.681 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.681 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.682 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "localpool", 2023-11-17T05:22:35.682 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.682 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.682 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.682 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "failure_domain": { 2023-11-17T05:22:35.682 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2023-11-17T05:22:35.682 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.682 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.682 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.682 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "host", 2023-11-17T05:22:35.682 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.682 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.682 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.682 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2023-11-17T05:22:35.683 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.683 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.683 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.683 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.683 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.683 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.683 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.683 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.683 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.683 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.683 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.683 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.683 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.683 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.684 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.684 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.684 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.684 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.684 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.684 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.684 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.684 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.684 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.684 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.684 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.684 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.684 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.685 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.685 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.685 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.685 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.685 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.685 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.685 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.685 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.685 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.685 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.685 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.685 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.685 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.686 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.686 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.686 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.686 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.686 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.686 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.686 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.686 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.686 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.686 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.686 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.686 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.686 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.686 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.687 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.687 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.687 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.687 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.687 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.687 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.687 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.687 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.687 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.687 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.687 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.687 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.687 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.687 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.688 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.688 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.688 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.688 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.688 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.688 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.688 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min_size": { 2023-11-17T05:22:35.688 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "min_size", 2023-11-17T05:22:35.688 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.688 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.688 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.688 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.688 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.689 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.689 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.689 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2023-11-17T05:22:35.689 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.689 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.689 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.689 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.689 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_rep": { 2023-11-17T05:22:35.689 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2023-11-17T05:22:35.689 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.689 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.689 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.689 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "3", 2023-11-17T05:22:35.689 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.690 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.690 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.690 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2023-11-17T05:22:35.690 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.690 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.690 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.690 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.690 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "pg_num": { 2023-11-17T05:22:35.690 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2023-11-17T05:22:35.690 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.690 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.690 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.690 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "128", 2023-11-17T05:22:35.691 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.691 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.691 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.691 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2023-11-17T05:22:35.691 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.691 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.691 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.691 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.691 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "prefix": { 2023-11-17T05:22:35.691 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "prefix", 2023-11-17T05:22:35.691 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.691 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.691 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.691 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.692 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.692 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.692 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.692 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2023-11-17T05:22:35.692 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.692 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.703 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.703 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.703 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "subtree": { 2023-11-17T05:22:35.703 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "subtree", 2023-11-17T05:22:35.703 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.703 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.704 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.704 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2023-11-17T05:22:35.704 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.704 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.704 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.704 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2023-11-17T05:22:35.704 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.704 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.704 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.704 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.704 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.704 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.704 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.704 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2023-11-17T05:22:35.705 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.705 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.705 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.705 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.705 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.705 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.705 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.705 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.705 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.705 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.705 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.705 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.705 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.706 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.706 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.706 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.706 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.706 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.706 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.706 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.706 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.706 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.706 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.706 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.706 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.706 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.706 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.707 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.707 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.707 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.707 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.707 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.707 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.707 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.707 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.707 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.707 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.707 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.707 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.707 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.708 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.708 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.708 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.708 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.708 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.708 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.708 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.708 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.708 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.708 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.708 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.708 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.708 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.708 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.709 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.709 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.709 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.709 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.709 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.709 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.709 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.709 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.709 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.709 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.709 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.709 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.709 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.709 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.710 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.710 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.710 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.710 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.710 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.710 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "orchestrator": { 2023-11-17T05:22:35.710 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2023-11-17T05:22:35.710 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.710 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.710 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.710 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:22:35.710 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.710 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "cephadm", 2023-11-17T05:22:35.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "rook", 2023-11-17T05:22:35.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2023-11-17T05:22:35.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2023-11-17T05:22:35.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.711 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2023-11-17T05:22:35.712 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.712 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.712 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.712 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.712 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.712 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.712 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.712 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.712 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.712 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.712 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.712 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.712 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.712 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.713 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.713 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.713 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.713 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.713 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.713 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.713 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.713 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.713 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.713 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.713 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.713 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.713 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.713 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.714 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.714 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.714 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.714 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.714 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.714 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.714 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.714 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.714 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.714 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.714 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.714 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.714 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.715 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.715 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.715 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.715 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.715 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.715 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.715 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.715 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.715 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.715 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.715 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.715 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.715 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.715 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.716 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.716 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.716 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.716 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.716 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.716 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.716 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.716 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.716 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.716 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.716 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.716 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.716 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.717 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.717 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.717 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.717 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.717 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.717 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.717 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.717 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.717 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2023-11-17T05:22:35.717 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.717 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.717 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.717 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.717 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.758 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.758 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.758 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.758 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.758 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.759 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.759 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.759 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.759 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.759 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.759 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.759 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.759 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.759 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.759 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.759 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.759 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.759 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-11-17T05:22:35.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-11-17T05:22:35.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.762 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.762 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.762 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-11-17T05:22:35.762 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.762 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.762 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.762 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "progress", 2023-11-17T05:22:35.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.764 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enabled": { 2023-11-17T05:22:35.764 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "enabled", 2023-11-17T05:22:35.764 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.764 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.764 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.764 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.764 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.764 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.764 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.764 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.765 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.765 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.765 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.765 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.766 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.766 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.766 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.766 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.766 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.766 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.766 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.766 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.766 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.767 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.767 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.767 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.767 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.767 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.767 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.767 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.767 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.767 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.767 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.767 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.767 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.767 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.768 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.768 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.768 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.768 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.768 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.768 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.768 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.768 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.768 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.768 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.768 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.768 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.770 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.770 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.770 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.770 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.770 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.770 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.770 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.770 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.770 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.770 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.770 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.770 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2023-11-17T05:22:35.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2023-11-17T05:22:35.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "50", 2023-11-17T05:22:35.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2023-11-17T05:22:35.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "persist_interval": { 2023-11-17T05:22:35.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2023-11-17T05:22:35.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:22:35.773 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.773 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.773 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-11-17T05:22:35.773 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.774 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.774 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.774 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2023-11-17T05:22:35.774 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.774 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.774 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.774 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.774 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.774 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.774 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.774 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2023-11-17T05:22:35.774 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.774 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.775 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.775 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.775 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.775 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.775 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.775 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.775 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.775 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.775 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.775 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.775 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.775 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.775 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.777 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.777 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.777 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.777 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.777 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.777 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.778 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.778 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.778 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.778 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.778 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.778 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2023-11-17T05:22:35.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2023-11-17T05:22:35.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2023-11-17T05:22:35.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2023-11-17T05:22:35.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "300", 2023-11-17T05:22:35.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2023-11-17T05:22:35.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2023-11-17T05:22:35.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-11-17T05:22:35.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-11-17T05:22:35.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.785 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.785 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.785 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.785 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.785 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.785 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.785 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.785 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "server_port": { 2023-11-17T05:22:35.785 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-11-17T05:22:35.785 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.785 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.785 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.785 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.785 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.786 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.786 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.786 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.786 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.786 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.786 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.786 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.786 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2023-11-17T05:22:35.786 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2023-11-17T05:22:35.786 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.786 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.786 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.786 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.787 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.787 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.787 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.787 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.787 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.787 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.787 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.787 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.787 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.787 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.787 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.787 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2023-11-17T05:22:35.787 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.787 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.793 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.793 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.793 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.793 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2023-11-17T05:22:35.793 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2023-11-17T05:22:35.811 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.811 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.811 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.811 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-17T05:22:35.811 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.812 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.812 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.812 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.812 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.812 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.812 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.813 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.813 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2023-11-17T05:22:35.813 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2023-11-17T05:22:35.813 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.813 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.814 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.814 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.814 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.814 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.814 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.814 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.814 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.814 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.814 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.814 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.814 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2023-11-17T05:22:35.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2023-11-17T05:22:35.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.816 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.816 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.816 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.816 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.816 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "restful", 2023-11-17T05:22:35.816 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.816 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.816 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.816 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "key_file": { 2023-11-17T05:22:35.816 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "key_file", 2023-11-17T05:22:35.816 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.816 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.816 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.817 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.817 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.817 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.817 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.817 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.817 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.817 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.817 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.817 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.817 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.817 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.817 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.817 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.818 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.818 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.818 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.818 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.818 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.818 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.818 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.818 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.818 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.818 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.818 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.818 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.818 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.819 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.819 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.819 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.819 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.819 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.819 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.819 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.819 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.819 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.819 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.819 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.820 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.820 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.820 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.820 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.820 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.820 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.820 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.820 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.820 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.820 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.820 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.820 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.820 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.820 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.822 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.822 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.822 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.822 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.822 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.822 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.822 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.822 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.822 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.822 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.822 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.822 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.822 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.823 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.823 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.823 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-11-17T05:22:35.823 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-11-17T05:22:35.823 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.823 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.823 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.823 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.823 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.823 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.823 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.823 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.823 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "server_port": { 2023-11-17T05:22:35.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-11-17T05:22:35.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.825 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.825 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.825 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.825 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.825 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.825 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.825 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "rook", 2023-11-17T05:22:35.825 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.825 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.825 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.825 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.825 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.825 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.825 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.827 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.827 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.827 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.827 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.827 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.827 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.827 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.827 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.827 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.827 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.827 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.827 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.827 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "selftest", 2023-11-17T05:22:35.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.834 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.834 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.834 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.834 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.834 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.834 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.834 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.834 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.834 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.834 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "roption1": { 2023-11-17T05:22:35.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "roption1", 2023-11-17T05:22:35.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "roption2": { 2023-11-17T05:22:35.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "roption2", 2023-11-17T05:22:35.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2023-11-17T05:22:35.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "rwoption1": { 2023-11-17T05:22:35.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2023-11-17T05:22:35.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "rwoption2": { 2023-11-17T05:22:35.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2023-11-17T05:22:35.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "rwoption3": { 2023-11-17T05:22:35.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2023-11-17T05:22:35.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "float", 2023-11-17T05:22:35.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "rwoption4": { 2023-11-17T05:22:35.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2023-11-17T05:22:35.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "rwoption5": { 2023-11-17T05:22:35.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2023-11-17T05:22:35.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "rwoption6": { 2023-11-17T05:22:35.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2023-11-17T05:22:35.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "testkey": { 2023-11-17T05:22:35.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "testkey", 2023-11-17T05:22:35.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "testlkey": { 2023-11-17T05:22:35.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2023-11-17T05:22:35.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "testnewline": { 2023-11-17T05:22:35.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2023-11-17T05:22:35.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "status", 2023-11-17T05:22:35.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2023-11-17T05:22:35.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "address": { 2023-11-17T05:22:35.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "address", 2023-11-17T05:22:35.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2023-11-17T05:22:35.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.856 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.856 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.856 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.856 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.856 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "interval": { 2023-11-17T05:22:35.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-11-17T05:22:35.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:22:35.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "15", 2023-11-17T05:22:35.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.859 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.862 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.862 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.862 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.862 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.862 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.862 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.862 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.862 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.862 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.862 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.863 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2023-11-17T05:22:35.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "channel_basic": { 2023-11-17T05:22:35.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2023-11-17T05:22:35.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.865 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.865 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.865 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.865 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.865 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.865 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.865 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2023-11-17T05:22:35.865 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.865 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.865 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.865 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.865 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "channel_crash": { 2023-11-17T05:22:35.865 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2023-11-17T05:22:35.865 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.866 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.866 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.866 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.866 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.866 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.866 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.866 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.866 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.866 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.866 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.866 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.866 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "channel_device": { 2023-11-17T05:22:35.866 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2023-11-17T05:22:35.867 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.867 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.867 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.867 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:22:35.867 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.867 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.867 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.867 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.867 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.867 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.867 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.867 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.867 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "channel_ident": { 2023-11-17T05:22:35.868 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2023-11-17T05:22:35.868 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.868 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.868 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.868 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.868 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.868 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.868 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.868 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.868 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.868 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.868 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.868 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.869 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "contact": { 2023-11-17T05:22:35.869 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "contact", 2023-11-17T05:22:35.869 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.869 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.869 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.869 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:22:35.869 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.869 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.869 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.869 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.869 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.869 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.869 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.870 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.870 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "description": { 2023-11-17T05:22:35.870 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "description", 2023-11-17T05:22:35.870 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.870 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.870 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.870 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:22:35.870 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.870 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.870 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.870 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.870 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.870 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.871 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.871 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.871 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "device_url": { 2023-11-17T05:22:35.871 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "device_url", 2023-11-17T05:22:35.871 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.871 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.871 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.871 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2023-11-17T05:22:35.871 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.871 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.871 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.871 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.871 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.872 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.872 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.872 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.872 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enabled": { 2023-11-17T05:22:35.872 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "enabled", 2023-11-17T05:22:35.872 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.872 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.872 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.872 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.872 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.872 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.872 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.872 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.872 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.873 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.873 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.873 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.873 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "interval": { 2023-11-17T05:22:35.873 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-11-17T05:22:35.873 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.873 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.873 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.873 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "24", 2023-11-17T05:22:35.873 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "8", 2023-11-17T05:22:35.873 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.873 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.873 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.874 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.874 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.874 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.874 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.874 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2023-11-17T05:22:35.874 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2023-11-17T05:22:35.874 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.874 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.874 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.874 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "1", 2023-11-17T05:22:35.874 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.874 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.874 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.875 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.875 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.875 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.875 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.875 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.875 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "leaderboard": { 2023-11-17T05:22:35.875 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2023-11-17T05:22:35.875 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.875 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.875 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.875 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.875 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.875 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.876 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.876 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.876 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.876 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.876 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.876 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.876 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.876 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.876 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.876 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.876 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.876 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.876 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.876 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.877 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.877 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.877 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.877 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.877 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.877 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.877 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.877 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.877 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.877 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.877 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.877 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.877 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.878 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.878 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.878 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.878 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.878 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.878 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.878 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.878 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.878 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.878 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.878 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.878 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.878 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.879 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.879 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.879 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.879 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.879 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.879 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.879 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.879 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.879 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.879 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.879 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.879 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.880 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.880 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.880 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.880 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.880 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.880 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.880 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.880 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.880 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.880 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.880 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.880 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.880 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.881 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.881 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.881 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.881 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.881 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.881 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.881 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.881 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.881 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.881 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.881 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.881 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "organization": { 2023-11-17T05:22:35.882 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "organization", 2023-11-17T05:22:35.882 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.882 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.882 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.882 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:22:35.882 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.882 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.882 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.882 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.882 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.882 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.882 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.882 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.883 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "proxy": { 2023-11-17T05:22:35.883 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "proxy", 2023-11-17T05:22:35.883 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.883 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.883 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.883 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:22:35.883 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.883 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.883 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.883 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.883 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.883 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.884 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.884 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.884 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "url": { 2023-11-17T05:22:35.884 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "url", 2023-11-17T05:22:35.884 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.884 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.884 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.884 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2023-11-17T05:22:35.884 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.884 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.884 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.884 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.884 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.885 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.885 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.885 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.885 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.885 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.885 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.885 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2023-11-17T05:22:35.885 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.885 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.885 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.886 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.886 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.886 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.886 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.886 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.886 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.886 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.886 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.886 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.886 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.886 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.886 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.886 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.887 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.887 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.887 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.887 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.887 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.887 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.887 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.887 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.887 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.887 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.887 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.887 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.890 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.890 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.890 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.890 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.890 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.890 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.890 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.890 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.890 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.890 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.890 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.891 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.891 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.891 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.891 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.891 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.891 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.891 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.891 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.891 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.891 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.891 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.892 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "volumes", 2023-11-17T05:22:35.892 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.892 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.892 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.892 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.892 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.892 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.892 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.892 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.892 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.892 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.892 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.893 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.893 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.893 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.893 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.893 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.893 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.893 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.893 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.893 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.893 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.893 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.895 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.895 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.895 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.895 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.895 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.895 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.895 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.895 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.895 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.895 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.895 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.895 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.898 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.898 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2023-11-17T05:22:35.898 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2023-11-17T05:22:35.898 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.898 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.898 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.898 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "4", 2023-11-17T05:22:35.898 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.898 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.898 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.898 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2023-11-17T05:22:35.899 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.899 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.899 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.899 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.899 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.899 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.899 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.901 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2023-11-17T05:22:35.901 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:22:35.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:22:35.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:22:35.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2023-11-17T05:22:35.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2023-11-17T05:22:35.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "100", 2023-11-17T05:22:35.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "identifier": { 2023-11-17T05:22:35.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "identifier", 2023-11-17T05:22:35.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "interval": { 2023-11-17T05:22:35.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-11-17T05:22:35.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:22:35.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-11-17T05:22:35.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.905 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.905 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.905 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.905 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.905 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.905 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.905 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.905 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:22:35.905 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:22:35.905 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.905 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.905 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.905 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:22:35.905 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.906 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.906 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.906 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.906 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.906 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.906 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.906 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.906 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.906 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.906 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.906 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.906 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:22:35.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:22:35.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:22:35.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:22:35.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:22:35.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:22:35.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:22:35.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:22:35.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:22:35.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:22:35.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:22:35.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:22:35.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:22:35.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:22:35.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:22:35.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.910 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:22:35.910 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:22:35.910 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.910 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.910 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.910 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.910 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.910 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.910 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.910 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.910 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2023-11-17T05:22:35.910 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2023-11-17T05:22:35.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:22:35.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2023-11-17T05:22:35.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2023-11-17T05:22:35.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:22:35.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2023-11-17T05:22:35.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2023-11-17T05:22:35.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2023-11-17T05:22:35.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:22:35.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:22:35.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:22:35.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2023-11-17T05:22:35.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:22:35.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:22:35.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:22:35.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:22:35.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:22:35.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:22:35.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:22:35.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "services": {}, 2023-11-17T05:22:35.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2023-11-17T05:22:35.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "nautilus": [ 2023-11-17T05:22:35.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "balancer", 2023-11-17T05:22:35.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "crash", 2023-11-17T05:22:35.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "devicehealth", 2023-11-17T05:22:35.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2023-11-17T05:22:35.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "progress", 2023-11-17T05:22:35.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "rbd_support", 2023-11-17T05:22:35.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "status", 2023-11-17T05:22:35.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "volumes" 2023-11-17T05:22:35.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "octopus": [ 2023-11-17T05:22:35.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "balancer", 2023-11-17T05:22:35.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "crash", 2023-11-17T05:22:35.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "devicehealth", 2023-11-17T05:22:35.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "orchestrator", 2023-11-17T05:22:35.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2023-11-17T05:22:35.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "progress", 2023-11-17T05:22:35.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "rbd_support", 2023-11-17T05:22:35.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "status", 2023-11-17T05:22:35.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "telemetry", 2023-11-17T05:22:35.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "volumes" 2023-11-17T05:22:35.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:22:35.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 0, 2023-11-17T05:22:35.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "active_clients": [ 2023-11-17T05:22:35.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-11-17T05:22:35.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-11-17T05:22:35.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.173:0", 2023-11-17T05:22:35.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "nonce": 3650310590 2023-11-17T05:22:35.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ] 2023-11-17T05:22:35.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:22:35.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-11-17T05:22:35.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:35.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-11-17T05:22:35.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.173:0", 2023-11-17T05:22:35.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "nonce": 3716990481 2023-11-17T05:22:35.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ] 2023-11-17T05:22:35.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ] 2023-11-17T05:22:35.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:35.917 INFO:teuthology.orchestra.run.smithi173.stderr:Waiting for the mgr to restart... 2023-11-17T05:22:35.918 INFO:teuthology.orchestra.run.smithi173.stderr:Waiting for Mgr epoch 5... 2023-11-17T05:22:35.918 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2023-11-17T05:22:39.058 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:22:39.059 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-11-17T05:22:39.059 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "initialized": true 2023-11-17T05:22:39.059 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:22:39.383 INFO:teuthology.orchestra.run.smithi173.stderr:Mgr epoch 5 is available 2023-11-17T05:22:39.383 INFO:teuthology.orchestra.run.smithi173.stderr:Setting orchestrator backend to cephadm... 2023-11-17T05:22:39.383 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch set backend cephadm 2023-11-17T05:22:40.635 INFO:teuthology.orchestra.run.smithi173.stderr:Generating ssh key... 2023-11-17T05:22:40.635 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm generate-key 2023-11-17T05:22:43.935 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm get-pub-key 2023-11-17T05:22:44.873 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+CttIcGaEL80+0QIOmCfpBGusxuZSlIXtxk33y0hQdx57EaePT9EDUKHpwXVStOaQvwESHU03HI46O9I0zQBQy8F19Fmg9e7Z/qpKPjbfknCcsZ2nsbPr6ciOXx2Bc21+OHhSYLoFN4GPXdr0Du/xaTlt5W6PQxUa1Am051QSUxRXGhj1yKUTwYRSopigfeNkrC1f5tJ7ADO87ta04KnGNY4hf9BIYvgWvJJXSF6DfC9jMjlRJj+DTOBe/m9m/+EJuncKBnZPUtVyK/RcaDzqOOfV+GdRQd5EUY372uwsG57vfuw0/lmQvB5eb6Ain2yh4D+UCHh4VA4Ejgm37X6FIUKWR9n83rsSJBFOX2w4KQmEWPBRR1tZNQSDuhO/V1VJo5RUSbQqfaqqWluWBOZyfkrW3sV3whLGu/20x+6mTBOvZvqHjxM9GlNUPeO3BO5lT407LUk/lqaCZ7OIlMq0kyPOV0FJqNlGdtx+k5L70Z+vl77oRQda45/rUUC9/10= ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7 2023-11-17T05:22:47.418 INFO:teuthology.orchestra.run.smithi173.stderr:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2023-11-17T05:22:47.418 INFO:teuthology.orchestra.run.smithi173.stderr:Adding key to root@localhost's authorized_keys... 2023-11-17T05:22:47.419 INFO:teuthology.orchestra.run.smithi173.stderr:Adding host smithi173... 2023-11-17T05:22:47.419 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch host add smithi173 2023-11-17T05:22:49.400 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout Added host 'smithi173' 2023-11-17T05:22:51.350 INFO:teuthology.orchestra.run.smithi173.stderr:Deploying mon service with default placement... 2023-11-17T05:22:51.350 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mon 2023-11-17T05:22:52.087 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout Scheduled mon update... 2023-11-17T05:22:52.752 INFO:teuthology.orchestra.run.smithi173.stderr:Deploying mgr service with default placement... 2023-11-17T05:22:52.752 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mgr 2023-11-17T05:22:53.241 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout Scheduled mgr update... 2023-11-17T05:22:53.583 INFO:teuthology.orchestra.run.smithi173.stderr:Deploying crash service with default placement... 2023-11-17T05:22:53.583 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply crash 2023-11-17T05:22:54.065 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout Scheduled crash update... 2023-11-17T05:22:54.408 INFO:teuthology.orchestra.run.smithi173.stderr:Enabling mgr prometheus module... 2023-11-17T05:22:54.409 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable prometheus 2023-11-17T05:22:55.584 INFO:teuthology.orchestra.run.smithi173.stderr:Deploying prometheus service with default placement... 2023-11-17T05:22:55.584 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply prometheus 2023-11-17T05:23:00.022 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout Scheduled prometheus update... 2023-11-17T05:23:00.416 INFO:teuthology.orchestra.run.smithi173.stderr:Deploying grafana service with default placement... 2023-11-17T05:23:00.416 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply grafana 2023-11-17T05:23:01.078 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout Scheduled grafana update... 2023-11-17T05:23:01.424 INFO:teuthology.orchestra.run.smithi173.stderr:Deploying node-exporter service with default placement... 2023-11-17T05:23:02.133 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply node-exporter 2023-11-17T05:23:02.134 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout Scheduled node-exporter update... 2023-11-17T05:23:02.219 INFO:teuthology.orchestra.run.smithi173.stderr:Deploying alertmanager service with default placement... 2023-11-17T05:23:02.220 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply alertmanager 2023-11-17T05:23:02.723 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout Scheduled alertmanager update... 2023-11-17T05:23:03.065 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/cephadm/container_init False --force 2023-11-17T05:23:03.924 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/dashboard/ssl_server_port 8443 2023-11-17T05:23:04.749 INFO:teuthology.orchestra.run.smithi173.stderr:Enabling the dashboard module... 2023-11-17T05:23:04.750 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable dashboard 2023-11-17T05:23:06.498 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2023-11-17T05:23:14.230 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.230 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "epoch": 13, 2023-11-17T05:23:14.231 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "active_gid": 14144, 2023-11-17T05:23:14.231 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "active_name": "smithi173.hobuag", 2023-11-17T05:23:14.231 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "active_addrs": { 2023-11-17T05:23:14.231 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-11-17T05:23:14.231 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.231 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-11-17T05:23:14.231 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.173:6800", 2023-11-17T05:23:14.231 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "nonce": 1341034829 2023-11-17T05:23:14.231 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.231 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.231 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "v1", 2023-11-17T05:23:14.231 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.173:6801", 2023-11-17T05:23:14.232 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "nonce": 1341034829 2023-11-17T05:23:14.232 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.232 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ] 2023-11-17T05:23:14.232 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.232 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.173:6801/1341034829", 2023-11-17T05:23:14.232 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "active_change": "2023-11-17T05:22:58.955670+0000", 2023-11-17T05:23:14.232 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2023-11-17T05:23:14.232 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "available": true, 2023-11-17T05:23:14.232 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "standbys": [], 2023-11-17T05:23:14.232 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "modules": [ 2023-11-17T05:23:14.232 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "cephadm", 2023-11-17T05:23:14.233 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "dashboard", 2023-11-17T05:23:14.233 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "iostat", 2023-11-17T05:23:14.233 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "prometheus", 2023-11-17T05:23:14.233 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "restful" 2023-11-17T05:23:14.233 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.233 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "available_modules": [ 2023-11-17T05:23:14.233 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.233 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "alerts", 2023-11-17T05:23:14.234 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.234 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.234 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.234 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "interval": { 2023-11-17T05:23:14.234 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-11-17T05:23:14.234 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:23:14.234 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.234 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.235 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-11-17T05:23:14.235 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.235 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.235 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.235 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2023-11-17T05:23:14.235 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.235 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.235 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.235 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.235 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.235 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.236 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.236 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.236 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.236 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.236 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.236 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.236 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.236 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.236 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.236 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.236 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.236 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.237 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.237 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.237 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.237 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.237 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.237 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.237 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.237 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.237 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.237 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.237 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.237 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.238 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.238 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.238 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.238 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.238 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.238 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.238 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.238 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.238 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.238 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.238 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.238 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.239 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.239 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.239 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.239 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.239 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.239 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.239 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.239 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.239 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.239 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.239 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.239 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.239 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.239 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.240 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.240 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.240 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.240 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.240 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.240 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.240 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.240 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.240 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.240 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.240 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.240 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.240 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.241 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.241 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.241 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.241 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.241 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.241 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2023-11-17T05:23:14.241 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2023-11-17T05:23:14.241 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.241 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.241 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.241 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.241 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.241 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.241 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.242 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2023-11-17T05:23:14.242 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.242 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.242 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.242 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.242 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2023-11-17T05:23:14.242 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2023-11-17T05:23:14.242 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.242 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.242 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.242 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2023-11-17T05:23:14.242 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.243 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.243 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.243 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2023-11-17T05:23:14.243 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.243 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.243 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.243 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.243 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "smtp_host": { 2023-11-17T05:23:14.243 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2023-11-17T05:23:14.243 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.243 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.243 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.244 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.244 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.244 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.244 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.244 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2023-11-17T05:23:14.244 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.244 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.244 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.244 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.244 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "smtp_password": { 2023-11-17T05:23:14.244 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2023-11-17T05:23:14.244 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.244 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.245 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.245 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.245 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.245 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.245 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.245 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2023-11-17T05:23:14.245 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.245 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.245 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.245 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.245 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "smtp_port": { 2023-11-17T05:23:14.245 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2023-11-17T05:23:14.246 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.246 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.246 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.246 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "465", 2023-11-17T05:23:14.246 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.246 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.246 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.246 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2023-11-17T05:23:14.246 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.246 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.246 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.246 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.246 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2023-11-17T05:23:14.247 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2023-11-17T05:23:14.247 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.247 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.247 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.247 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.247 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.247 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.247 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.247 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2023-11-17T05:23:14.247 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.247 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.247 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.247 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.247 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2023-11-17T05:23:14.248 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2023-11-17T05:23:14.248 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.248 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.248 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.248 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.248 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.248 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.248 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.248 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2023-11-17T05:23:14.248 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.248 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.248 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.248 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.249 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "smtp_user": { 2023-11-17T05:23:14.249 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2023-11-17T05:23:14.249 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.249 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.249 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.249 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.249 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.249 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.249 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.249 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2023-11-17T05:23:14.249 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.249 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.249 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.250 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.250 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.250 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.250 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.250 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "balancer", 2023-11-17T05:23:14.250 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.250 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.250 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.250 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "active": { 2023-11-17T05:23:14.250 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "active", 2023-11-17T05:23:14.250 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.250 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.250 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.251 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.251 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.251 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.251 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.251 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2023-11-17T05:23:14.251 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.251 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.251 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.251 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.251 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "begin_time": { 2023-11-17T05:23:14.251 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2023-11-17T05:23:14.251 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.251 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.252 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.252 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2023-11-17T05:23:14.252 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.252 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.252 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.252 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2023-11-17T05:23:14.252 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2023-11-17T05:23:14.252 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.252 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.252 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.252 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2023-11-17T05:23:14.252 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2023-11-17T05:23:14.252 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-11-17T05:23:14.253 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.253 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.253 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-11-17T05:23:14.253 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "0", 2023-11-17T05:23:14.253 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "7", 2023-11-17T05:23:14.253 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.253 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2023-11-17T05:23:14.253 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-11-17T05:23:14.253 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.253 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.253 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.253 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2023-11-17T05:23:14.254 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2023-11-17T05:23:14.254 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-11-17T05:23:14.254 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.254 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.254 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "25", 2023-11-17T05:23:14.254 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "1", 2023-11-17T05:23:14.254 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "250", 2023-11-17T05:23:14.254 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.254 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2023-11-17T05:23:14.254 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.254 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.254 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.254 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.255 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2023-11-17T05:23:14.255 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2023-11-17T05:23:14.255 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.255 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.255 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.255 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2023-11-17T05:23:14.255 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.255 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.255 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.255 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2023-11-17T05:23:14.255 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2023-11-17T05:23:14.255 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.255 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.256 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.256 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2023-11-17T05:23:14.256 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2023-11-17T05:23:14.256 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "float", 2023-11-17T05:23:14.256 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.256 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.256 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2023-11-17T05:23:14.256 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "0.001", 2023-11-17T05:23:14.256 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "0.999", 2023-11-17T05:23:14.256 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.256 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2023-11-17T05:23:14.256 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2023-11-17T05:23:14.256 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.256 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.257 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.257 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "end_time": { 2023-11-17T05:23:14.257 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "end_time", 2023-11-17T05:23:14.257 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.257 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.257 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.257 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2023-11-17T05:23:14.257 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.257 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.257 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.257 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2023-11-17T05:23:14.257 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2023-11-17T05:23:14.257 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.258 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.258 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.258 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "end_weekday": { 2023-11-17T05:23:14.258 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2023-11-17T05:23:14.258 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-11-17T05:23:14.258 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.258 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.258 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "7", 2023-11-17T05:23:14.258 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "0", 2023-11-17T05:23:14.258 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "7", 2023-11-17T05:23:14.258 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.258 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2023-11-17T05:23:14.258 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-11-17T05:23:14.258 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.259 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.259 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.259 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.259 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.259 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.259 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.259 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.259 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.259 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.259 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.259 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.259 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.259 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.260 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.260 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.260 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.260 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.260 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.260 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.260 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.260 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.260 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.260 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.260 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.260 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.260 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.261 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.261 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.261 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.261 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.261 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.261 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.261 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.261 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.261 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.261 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.261 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.261 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.261 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.262 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.262 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.262 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.262 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.262 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.262 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.262 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.262 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.262 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.262 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.262 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.262 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.263 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.263 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.263 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.263 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.263 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.263 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.263 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.263 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.263 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.263 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.263 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.263 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.264 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.264 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.264 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.264 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.264 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.264 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.264 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.264 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.264 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.264 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min_score": { 2023-11-17T05:23:14.264 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "min_score", 2023-11-17T05:23:14.264 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "float", 2023-11-17T05:23:14.265 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.265 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.265 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-11-17T05:23:14.265 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.265 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.265 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.265 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2023-11-17T05:23:14.265 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.265 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.265 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.265 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.265 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "mode": { 2023-11-17T05:23:14.265 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "mode", 2023-11-17T05:23:14.265 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.266 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.266 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.266 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "none", 2023-11-17T05:23:14.266 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.266 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.266 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.266 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "crush-compat", 2023-11-17T05:23:14.266 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "none", 2023-11-17T05:23:14.266 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "upmap" 2023-11-17T05:23:14.266 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.266 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2023-11-17T05:23:14.266 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.266 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.267 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.267 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.267 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "pool_ids": { 2023-11-17T05:23:14.267 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2023-11-17T05:23:14.267 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.267 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.267 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.267 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.267 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.267 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.267 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.267 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2023-11-17T05:23:14.267 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.268 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.268 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.268 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.268 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-11-17T05:23:14.268 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-11-17T05:23:14.268 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:23:14.268 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.268 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.268 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-11-17T05:23:14.268 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.268 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.268 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.268 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2023-11-17T05:23:14.269 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.269 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.269 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.269 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.269 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2023-11-17T05:23:14.269 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2023-11-17T05:23:14.269 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.269 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.269 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.269 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-11-17T05:23:14.269 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "1", 2023-11-17T05:23:14.269 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.269 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.269 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2023-11-17T05:23:14.270 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2023-11-17T05:23:14.270 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.270 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.270 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.270 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2023-11-17T05:23:14.270 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2023-11-17T05:23:14.270 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-11-17T05:23:14.270 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.270 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.270 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-17T05:23:14.270 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.270 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.270 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.271 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2023-11-17T05:23:14.271 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.271 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.271 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.271 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.271 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.271 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.271 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.271 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2023-11-17T05:23:14.271 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.271 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.271 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.271 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2023-11-17T05:23:14.272 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2023-11-17T05:23:14.272 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.272 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.272 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.272 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.272 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.272 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.272 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.272 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2023-11-17T05:23:14.272 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.", 2023-11-17T05:23:14.272 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.272 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.272 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.273 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2023-11-17T05:23:14.273 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2023-11-17T05:23:14.273 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.273 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.273 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.273 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.273 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.273 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.273 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.273 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2023-11-17T05:23:14.273 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.273 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.273 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.274 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.274 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2023-11-17T05:23:14.274 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2023-11-17T05:23:14.274 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.274 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.274 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.274 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2023-11-17T05:23:14.274 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.274 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.274 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.274 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-11-17T05:23:14.274 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.275 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.275 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.275 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.275 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "container_image_base": { 2023-11-17T05:23:14.275 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2023-11-17T05:23:14.275 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.275 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.275 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.275 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2023-11-17T05:23:14.275 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.275 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.275 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.275 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2023-11-17T05:23:14.276 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.276 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.276 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.276 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.276 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2023-11-17T05:23:14.276 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2023-11-17T05:23:14.276 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.276 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.276 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.276 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2023-11-17T05:23:14.276 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.276 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.276 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.277 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-11-17T05:23:14.277 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.277 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.277 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.277 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.277 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2023-11-17T05:23:14.277 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2023-11-17T05:23:14.277 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.277 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.277 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.277 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2023-11-17T05:23:14.277 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.277 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.277 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.278 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-11-17T05:23:14.278 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.278 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.278 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.278 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.278 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2023-11-17T05:23:14.278 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2023-11-17T05:23:14.278 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.278 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.278 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.278 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2023-11-17T05:23:14.278 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.278 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.279 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.279 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-11-17T05:23:14.279 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.279 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.279 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.279 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.279 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "container_init": { 2023-11-17T05:23:14.279 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "container_init", 2023-11-17T05:23:14.279 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.279 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.279 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.279 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.279 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.279 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.280 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.280 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2023-11-17T05:23:14.280 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.280 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.280 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.280 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.280 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2023-11-17T05:23:14.280 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2023-11-17T05:23:14.280 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:23:14.280 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.280 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.280 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-11-17T05:23:14.280 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.280 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.281 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.281 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2023-11-17T05:23:14.281 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.281 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.281 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.281 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.281 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2023-11-17T05:23:14.281 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2023-11-17T05:23:14.281 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:23:14.281 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.281 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.281 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2023-11-17T05:23:14.281 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.281 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.282 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.282 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2023-11-17T05:23:14.282 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.282 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.282 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.282 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.282 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2023-11-17T05:23:14.282 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2023-11-17T05:23:14.282 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:23:14.282 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.282 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.282 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-11-17T05:23:14.282 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.283 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.283 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.283 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2023-11-17T05:23:14.283 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.283 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.283 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.283 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.283 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2023-11-17T05:23:14.283 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2023-11-17T05:23:14.283 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:23:14.283 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.283 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.283 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-11-17T05:23:14.283 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.284 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.284 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.284 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2023-11-17T05:23:14.284 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.284 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.284 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.284 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.284 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.284 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.284 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.284 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.284 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.284 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.284 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.284 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.285 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.285 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.285 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.285 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.285 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.285 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.285 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.285 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.285 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.285 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.285 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.285 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.285 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.286 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.286 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.286 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.286 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.286 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.286 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.286 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.286 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.286 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.286 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2023-11-17T05:23:14.286 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.286 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.286 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.286 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.287 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.287 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.287 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.287 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.287 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.287 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.287 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.287 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.287 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.287 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.287 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.287 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.287 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.288 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.288 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.288 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.288 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.288 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.288 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.288 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.288 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.288 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.288 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.288 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.288 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.288 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.288 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.288 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.289 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.289 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.289 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.289 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.289 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.289 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.289 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.289 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2023-11-17T05:23:14.289 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2023-11-17T05:23:14.289 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.289 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.289 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.289 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.289 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.290 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.290 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.290 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2023-11-17T05:23:14.290 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.290 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.290 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.290 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.290 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "migration_current": { 2023-11-17T05:23:14.290 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2023-11-17T05:23:14.290 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.290 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.290 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.290 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:23:14.291 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.291 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.291 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.291 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2023-11-17T05:23:14.291 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.291 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.291 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.291 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.291 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "mode": { 2023-11-17T05:23:14.291 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "mode", 2023-11-17T05:23:14.291 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.291 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.291 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.291 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "root", 2023-11-17T05:23:14.292 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.292 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.292 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.292 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "cephadm-package", 2023-11-17T05:23:14.292 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "root" 2023-11-17T05:23:14.292 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.292 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2023-11-17T05:23:14.292 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.292 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.292 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.292 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.292 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2023-11-17T05:23:14.292 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2023-11-17T05:23:14.292 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.293 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.293 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.293 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2023-11-17T05:23:14.293 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.293 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.293 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.293 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2023-11-17T05:23:14.293 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.293 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.293 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.293 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.293 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "registry_password": { 2023-11-17T05:23:14.293 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2023-11-17T05:23:14.293 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.294 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.294 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.294 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:23:14.294 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.294 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.294 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.294 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2023-11-17T05:23:14.294 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.294 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.294 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.294 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.294 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "registry_url": { 2023-11-17T05:23:14.294 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2023-11-17T05:23:14.294 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.295 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.295 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.295 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:23:14.295 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.295 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.295 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.295 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2023-11-17T05:23:14.295 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.295 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.295 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.295 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.295 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "registry_username": { 2023-11-17T05:23:14.295 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2023-11-17T05:23:14.296 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.296 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.296 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.296 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:23:14.296 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.296 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.296 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.296 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2023-11-17T05:23:14.296 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.296 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.296 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.296 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.296 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2023-11-17T05:23:14.296 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2023-11-17T05:23:14.297 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.297 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.297 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.297 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:23:14.297 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.297 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.297 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.297 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2023-11-17T05:23:14.297 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.297 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.297 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.297 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.297 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2023-11-17T05:23:14.297 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2023-11-17T05:23:14.298 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.298 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.298 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.298 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.298 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.298 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.298 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.298 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2023-11-17T05:23:14.298 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.298 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.298 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.298 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.298 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2023-11-17T05:23:14.298 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2023-11-17T05:23:14.299 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.299 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.299 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.299 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.299 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.299 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.299 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.299 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2023-11-17T05:23:14.299 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.299 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.299 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.299 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.299 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2023-11-17T05:23:14.299 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2023-11-17T05:23:14.300 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.300 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.300 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.300 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.300 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.300 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.300 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.300 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2023-11-17T05:23:14.300 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.300 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.300 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.300 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.300 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2023-11-17T05:23:14.301 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2023-11-17T05:23:14.301 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.301 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.301 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.301 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.301 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.301 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.301 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.301 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2023-11-17T05:23:14.301 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.301 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.301 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.301 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.301 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.302 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.302 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.302 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "crash", 2023-11-17T05:23:14.302 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.302 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.302 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.302 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.302 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.302 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.302 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.302 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.302 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.302 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.302 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.303 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.303 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.303 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.303 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.303 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.303 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.303 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.303 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.303 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.303 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.303 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.303 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.303 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.303 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.304 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.304 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.304 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.304 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.304 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.304 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.304 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.304 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.304 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.304 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.304 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.304 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.304 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.305 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.305 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.305 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.305 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.305 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.305 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.305 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.305 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.305 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.305 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.305 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.305 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.306 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.306 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.306 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.306 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.306 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.306 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.306 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.306 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.306 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.306 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.306 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.306 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.306 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.306 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.307 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.307 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.307 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.307 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.307 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.307 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.307 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.307 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.307 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.307 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "retain_interval": { 2023-11-17T05:23:14.307 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2023-11-17T05:23:14.307 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:23:14.308 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.308 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.308 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2023-11-17T05:23:14.308 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.308 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.308 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.308 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2023-11-17T05:23:14.308 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.308 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.308 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.308 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.308 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2023-11-17T05:23:14.308 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2023-11-17T05:23:14.308 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:23:14.309 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.309 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.309 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2023-11-17T05:23:14.309 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.309 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.309 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.309 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2023-11-17T05:23:14.309 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.309 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.309 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.309 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.309 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.309 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.309 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.310 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2023-11-17T05:23:14.310 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.310 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.310 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.310 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2023-11-17T05:23:14.310 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2023-11-17T05:23:14.310 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.310 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.310 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.310 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-17T05:23:14.310 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.310 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.310 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.310 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.311 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.311 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.311 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.311 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.311 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2023-11-17T05:23:14.311 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2023-11-17T05:23:14.311 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.311 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.311 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.311 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.311 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.311 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.311 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.311 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.312 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.312 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.312 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.312 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.312 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2023-11-17T05:23:14.312 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2023-11-17T05:23:14.312 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.312 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.312 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.312 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.312 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.312 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.312 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.312 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.313 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.313 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.313 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.313 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.313 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2023-11-17T05:23:14.313 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2023-11-17T05:23:14.313 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.313 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.313 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.313 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.313 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.313 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.313 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.313 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.314 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.314 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.314 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.314 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.314 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2023-11-17T05:23:14.314 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2023-11-17T05:23:14.314 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.314 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.314 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.314 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.314 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.314 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.314 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.315 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.315 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.315 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.315 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.315 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.315 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2023-11-17T05:23:14.315 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2023-11-17T05:23:14.315 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.315 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.315 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.315 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.315 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.315 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.316 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.316 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.316 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.316 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.316 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.316 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.316 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2023-11-17T05:23:14.316 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2023-11-17T05:23:14.316 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.316 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.316 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.316 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.316 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.316 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.317 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.317 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.317 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.317 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.317 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.317 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.317 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2023-11-17T05:23:14.317 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2023-11-17T05:23:14.317 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.317 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.317 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.317 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.317 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.317 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.318 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.318 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.318 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.318 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.318 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.318 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.318 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2023-11-17T05:23:14.318 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2023-11-17T05:23:14.318 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.318 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.318 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.318 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.318 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.318 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.319 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.319 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.319 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.319 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.319 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.319 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.319 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2023-11-17T05:23:14.319 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2023-11-17T05:23:14.319 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.319 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.319 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.319 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.319 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.319 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.320 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.320 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.320 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.320 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.348 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.348 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.348 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2023-11-17T05:23:14.348 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2023-11-17T05:23:14.348 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.348 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.349 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.349 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.349 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.349 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.349 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.349 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.349 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.349 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.349 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.349 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.349 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2023-11-17T05:23:14.350 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2023-11-17T05:23:14.350 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.350 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.350 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.350 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.350 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.350 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.350 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.350 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.350 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.350 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.351 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.351 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.351 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2023-11-17T05:23:14.351 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2023-11-17T05:23:14.351 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.351 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.351 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.351 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.351 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.351 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.351 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.352 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.352 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.352 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.352 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.352 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.352 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2023-11-17T05:23:14.352 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2023-11-17T05:23:14.352 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.352 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.352 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.352 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-11-17T05:23:14.352 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.353 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.353 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.353 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.353 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.353 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.353 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.353 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.353 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2023-11-17T05:23:14.353 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2023-11-17T05:23:14.353 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.353 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.354 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.354 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.354 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.354 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.354 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.354 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.354 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.354 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.354 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.354 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.354 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2023-11-17T05:23:14.354 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2023-11-17T05:23:14.355 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.355 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.355 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.355 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.355 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.355 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.355 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.355 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.355 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.355 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.356 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.356 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.356 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2023-11-17T05:23:14.356 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2023-11-17T05:23:14.356 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.356 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.356 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.356 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-11-17T05:23:14.356 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.356 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.356 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.357 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.357 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.357 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.357 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.357 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.357 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2023-11-17T05:23:14.357 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2023-11-17T05:23:14.357 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.357 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.357 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.357 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.357 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.358 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.358 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.358 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.358 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.358 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.358 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.358 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.358 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2023-11-17T05:23:14.358 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2023-11-17T05:23:14.358 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.358 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.359 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.359 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.359 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.359 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.359 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.359 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.359 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.359 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.359 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.359 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.359 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2023-11-17T05:23:14.359 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2023-11-17T05:23:14.360 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.360 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.360 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.360 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.360 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.360 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.360 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.360 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2023-11-17T05:23:14.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2023-11-17T05:23:14.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.361 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.362 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.362 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.362 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.362 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.362 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.362 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.362 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.362 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2023-11-17T05:23:14.362 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2023-11-17T05:23:14.362 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.362 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2023-11-17T05:23:14.363 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2023-11-17T05:23:14.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.364 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2023-11-17T05:23:14.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2023-11-17T05:23:14.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.365 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.366 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.366 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.366 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.366 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2023-11-17T05:23:14.366 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2023-11-17T05:23:14.366 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.366 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.366 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.366 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.366 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.366 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.367 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.367 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.367 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.367 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.367 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.367 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.367 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2023-11-17T05:23:14.367 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2023-11-17T05:23:14.367 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.368 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2023-11-17T05:23:14.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2023-11-17T05:23:14.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.369 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.370 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.370 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.370 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2023-11-17T05:23:14.370 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2023-11-17T05:23:14.370 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.370 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.370 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.370 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.370 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.370 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.370 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.371 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.371 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.371 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.371 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.371 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.371 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2023-11-17T05:23:14.371 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2023-11-17T05:23:14.371 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.371 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.371 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.371 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.372 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.372 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.372 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.372 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.372 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.372 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.372 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.372 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.372 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2023-11-17T05:23:14.372 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2023-11-17T05:23:14.372 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.372 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.373 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.373 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.373 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.373 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.373 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.373 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.373 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.373 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.373 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.373 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.373 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2023-11-17T05:23:14.374 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2023-11-17T05:23:14.374 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.374 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.374 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.374 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2023-11-17T05:23:14.374 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.374 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.374 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.374 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.374 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.374 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.375 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.375 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.375 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2023-11-17T05:23:14.375 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2023-11-17T05:23:14.375 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.375 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.375 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.375 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-17T05:23:14.375 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.375 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.375 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.375 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.376 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.376 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.376 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.376 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.376 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2023-11-17T05:23:14.376 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2023-11-17T05:23:14.376 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.376 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.376 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.376 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "8", 2023-11-17T05:23:14.376 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.377 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.377 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.377 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.377 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.377 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.377 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.377 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.377 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2023-11-17T05:23:14.378 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2023-11-17T05:23:14.378 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.378 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.378 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.379 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "45", 2023-11-17T05:23:14.379 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.379 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.379 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.379 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.379 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.379 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.380 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.380 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.380 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2023-11-17T05:23:14.380 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2023-11-17T05:23:14.380 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.380 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.380 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.380 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.380 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.380 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.380 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.381 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.382 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.382 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.382 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.382 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.382 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2023-11-17T05:23:14.383 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2023-11-17T05:23:14.383 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.383 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.383 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.383 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-11-17T05:23:14.383 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.383 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.383 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.383 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.383 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.383 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.383 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.384 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.384 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2023-11-17T05:23:14.384 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2023-11-17T05:23:14.384 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.384 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.384 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.384 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.384 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.384 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.384 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.384 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.384 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.384 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.385 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.385 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.385 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2023-11-17T05:23:14.385 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2023-11-17T05:23:14.385 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.385 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.385 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.385 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "80", 2023-11-17T05:23:14.385 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.385 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.386 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.386 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.386 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.386 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.386 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.386 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.386 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2023-11-17T05:23:14.386 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2023-11-17T05:23:14.386 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.386 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.386 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.386 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "http", 2023-11-17T05:23:14.387 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.387 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.387 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.387 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.387 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.387 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.387 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.387 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.387 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2023-11-17T05:23:14.387 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2023-11-17T05:23:14.388 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.388 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.388 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.388 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.388 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.388 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.388 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.388 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.388 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.388 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.388 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.388 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.389 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2023-11-17T05:23:14.389 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2023-11-17T05:23:14.389 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.389 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.389 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.389 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.389 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.389 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.389 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.389 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.389 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.389 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.389 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.390 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.390 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2023-11-17T05:23:14.390 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2023-11-17T05:23:14.390 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.390 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.390 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.390 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.390 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.390 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.390 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.390 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.390 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.390 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.390 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.391 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.391 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2023-11-17T05:23:14.391 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2023-11-17T05:23:14.391 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.391 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.391 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.391 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-11-17T05:23:14.391 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.391 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.391 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.391 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.391 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.391 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.391 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.392 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.392 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2023-11-17T05:23:14.392 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2023-11-17T05:23:14.392 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.392 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.392 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.392 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-17T05:23:14.392 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.392 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.392 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.392 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.392 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.392 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.393 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.393 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.393 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2023-11-17T05:23:14.393 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2023-11-17T05:23:14.393 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.393 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.393 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.393 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-11-17T05:23:14.393 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.393 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.393 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.393 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.393 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.394 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.394 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.394 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.394 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "crt_file": { 2023-11-17T05:23:14.394 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2023-11-17T05:23:14.394 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.394 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.394 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.394 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.394 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.394 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.394 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.394 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.395 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.395 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.395 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.395 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.395 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug": { 2023-11-17T05:23:14.395 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "debug", 2023-11-17T05:23:14.395 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.395 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.395 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.395 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.395 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.395 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.395 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.396 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2023-11-17T05:23:14.396 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.396 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.396 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.396 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.396 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2023-11-17T05:23:14.396 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2023-11-17T05:23:14.396 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.396 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.396 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.396 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2023-11-17T05:23:14.396 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.396 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.396 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.397 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.397 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.397 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.397 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.397 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.397 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "key_file": { 2023-11-17T05:23:14.397 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "key_file", 2023-11-17T05:23:14.397 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.397 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.397 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.397 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.397 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.397 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.397 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.398 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.398 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.398 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.398 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.398 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.398 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.398 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.398 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.398 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.398 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.398 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.398 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.399 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.399 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.399 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.399 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.399 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.399 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.399 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.399 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.399 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.399 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.399 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.399 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.399 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.400 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.400 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.400 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.400 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.400 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.400 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.400 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.400 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.400 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.400 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.400 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.400 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.400 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.401 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.401 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.472 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.472 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.472 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.472 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.472 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.473 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.473 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.473 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.473 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.473 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.473 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.473 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.473 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.473 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.473 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.473 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.474 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.474 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.474 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.474 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.474 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.474 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.474 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.474 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.474 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.474 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.474 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.475 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.475 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.475 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.475 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.475 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.475 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.475 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.475 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.475 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-11-17T05:23:14.475 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-11-17T05:23:14.476 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.476 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.476 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.476 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "::", 2023-11-17T05:23:14.476 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.476 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.476 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.476 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.476 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.476 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.476 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.477 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.477 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "server_port": { 2023-11-17T05:23:14.477 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-11-17T05:23:14.477 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.477 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.477 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.477 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2023-11-17T05:23:14.477 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.477 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.477 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.477 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.478 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.478 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.478 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.478 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.481 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "ssl": { 2023-11-17T05:23:14.481 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "ssl", 2023-11-17T05:23:14.481 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.481 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.481 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.481 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.481 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.482 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.482 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.482 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.482 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.482 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.482 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.482 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.482 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2023-11-17T05:23:14.482 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2023-11-17T05:23:14.482 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.482 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.482 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.483 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2023-11-17T05:23:14.483 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.483 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.483 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.483 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.483 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.483 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.483 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.483 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.483 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2023-11-17T05:23:14.483 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2023-11-17T05:23:14.483 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2023-11-17T05:23:14.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "redirect" 2023-11-17T05:23:14.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.484 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.485 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.485 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.485 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.485 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2023-11-17T05:23:14.485 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2023-11-17T05:23:14.486 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "500", 2023-11-17T05:23:14.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "400", 2023-11-17T05:23:14.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "599", 2023-11-17T05:23:14.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "url_prefix": { 2023-11-17T05:23:14.487 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2023-11-17T05:23:14.488 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.488 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.488 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.488 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.488 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.488 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.488 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.488 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.488 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.488 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.488 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.488 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.488 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.488 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.489 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.489 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2023-11-17T05:23:14.489 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.489 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.489 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.489 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2023-11-17T05:23:14.489 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2023-11-17T05:23:14.489 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.489 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.489 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.489 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.489 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.489 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2023-11-17T05:23:14.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.490 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.491 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.492 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.493 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.494 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2023-11-17T05:23:14.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2023-11-17T05:23:14.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:23:14.495 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2023-11-17T05:23:14.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2023-11-17T05:23:14.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "pool_name": { 2023-11-17T05:23:14.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2023-11-17T05:23:14.496 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2023-11-17T05:23:14.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2023-11-17T05:23:14.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "retention_period": { 2023-11-17T05:23:14.497 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2023-11-17T05:23:14.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:23:14.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2023-11-17T05:23:14.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2023-11-17T05:23:14.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.498 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2023-11-17T05:23:14.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2023-11-17T05:23:14.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:23:14.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2023-11-17T05:23:14.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2023-11-17T05:23:14.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.499 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "self_heal": { 2023-11-17T05:23:14.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2023-11-17T05:23:14.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2023-11-17T05:23:14.500 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-11-17T05:23:14.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-11-17T05:23:14.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:23:14.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-11-17T05:23:14.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.501 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2023-11-17T05:23:14.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2023-11-17T05:23:14.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2023-11-17T05:23:14.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:23:14.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2023-11-17T05:23:14.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.502 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2023-11-17T05:23:14.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2023-11-17T05:23:14.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.503 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.504 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.505 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.505 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.505 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.505 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.505 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.505 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.505 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.505 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.505 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.505 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.506 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.506 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.506 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.506 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.506 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.506 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.506 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.507 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.508 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.509 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.509 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.509 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.509 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.520 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.520 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.520 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.520 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.520 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.550 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.550 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.550 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.550 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.550 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.550 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.550 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "predict_interval": { 2023-11-17T05:23:14.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2023-11-17T05:23:14.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2023-11-17T05:23:14.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.551 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "predictor_model": { 2023-11-17T05:23:14.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2023-11-17T05:23:14.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2023-11-17T05:23:14.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.552 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-11-17T05:23:14.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-11-17T05:23:14.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-11-17T05:23:14.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.553 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "influx", 2023-11-17T05:23:14.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": false, 2023-11-17T05:23:14.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2023-11-17T05:23:14.554 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "batch_size": { 2023-11-17T05:23:14.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2023-11-17T05:23:14.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2023-11-17T05:23:14.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.555 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "database": { 2023-11-17T05:23:14.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "database", 2023-11-17T05:23:14.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2023-11-17T05:23:14.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.556 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "hostname": { 2023-11-17T05:23:14.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "hostname", 2023-11-17T05:23:14.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:23:14.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.557 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.558 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.558 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.558 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.558 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.560 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "interval": { 2023-11-17T05:23:14.560 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-11-17T05:23:14.560 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "30", 2023-11-17T05:23:14.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.561 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.562 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.562 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.562 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.562 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.562 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.562 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.562 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.562 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.562 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.563 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.564 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.565 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.565 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.565 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.565 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.565 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.565 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.566 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.566 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.566 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.566 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.566 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.566 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.566 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.567 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "password": { 2023-11-17T05:23:14.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "password", 2023-11-17T05:23:14.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.568 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:23:14.569 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.569 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.569 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.569 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.569 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.569 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.569 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.569 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.569 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "port": { 2023-11-17T05:23:14.569 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "port", 2023-11-17T05:23:14.570 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.570 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.570 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.570 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2023-11-17T05:23:14.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "ssl": { 2023-11-17T05:23:14.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "ssl", 2023-11-17T05:23:14.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.571 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "false", 2023-11-17T05:23:14.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "threads": { 2023-11-17T05:23:14.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "threads", 2023-11-17T05:23:14.572 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.584 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.584 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.584 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-11-17T05:23:14.584 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.584 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.584 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.585 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.585 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.585 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.590 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.590 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.590 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "username": { 2023-11-17T05:23:14.590 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "username", 2023-11-17T05:23:14.591 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.592 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.593 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:23:14.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2023-11-17T05:23:14.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2023-11-17T05:23:14.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.595 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "true", 2023-11-17T05:23:14.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.596 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "insights", 2023-11-17T05:23:14.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.597 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.598 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.599 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.600 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.601 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.602 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "iostat", 2023-11-17T05:23:14.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.603 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.604 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.605 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.606 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.607 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.608 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2023-11-17T05:23:14.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2023-11-17T05:23:14.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2023-11-17T05:23:14.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.609 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "7", 2023-11-17T05:23:14.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2023-11-17T05:23:14.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2023-11-17T05:23:14.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2023-11-17T05:23:14.610 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-17T05:23:14.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "10", 2023-11-17T05:23:14.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2023-11-17T05:23:14.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.611 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.612 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.613 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.614 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.615 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.616 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "localpool", 2023-11-17T05:23:14.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "failure_domain": { 2023-11-17T05:23:14.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2023-11-17T05:23:14.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.617 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "host", 2023-11-17T05:23:14.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2023-11-17T05:23:14.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.618 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.619 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.620 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.717 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.717 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.717 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.717 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.717 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.718 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.719 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.720 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.720 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.720 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.720 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.720 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.720 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.720 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.720 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.720 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.720 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.720 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.720 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.720 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.721 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.721 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.721 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.721 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.721 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.721 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.721 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.734 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.734 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.734 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.734 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.734 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min_size": { 2023-11-17T05:23:14.734 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "min_size", 2023-11-17T05:23:14.735 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.735 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.735 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.735 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.735 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.735 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.735 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.735 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2023-11-17T05:23:14.735 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.735 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.735 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.735 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.735 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "num_rep": { 2023-11-17T05:23:14.736 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2023-11-17T05:23:14.736 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.736 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.736 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.736 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "3", 2023-11-17T05:23:14.736 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.736 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.736 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.736 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2023-11-17T05:23:14.736 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.736 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.736 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.737 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.737 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "pg_num": { 2023-11-17T05:23:14.737 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2023-11-17T05:23:14.737 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.737 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.737 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.737 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "128", 2023-11-17T05:23:14.737 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.737 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.737 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.737 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2023-11-17T05:23:14.737 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.737 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.738 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.738 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.738 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "prefix": { 2023-11-17T05:23:14.738 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "prefix", 2023-11-17T05:23:14.738 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.738 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.738 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.738 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.738 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.738 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.738 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.738 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2023-11-17T05:23:14.738 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.739 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.739 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.739 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.739 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "subtree": { 2023-11-17T05:23:14.739 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "subtree", 2023-11-17T05:23:14.739 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.739 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.742 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.742 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2023-11-17T05:23:14.742 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.742 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.742 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.742 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2023-11-17T05:23:14.743 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.743 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.743 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.743 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.743 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.743 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.743 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.743 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2023-11-17T05:23:14.743 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.743 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.743 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.744 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.744 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.744 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.744 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.744 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.744 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.744 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.744 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.744 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.744 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.744 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.744 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.745 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.745 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.745 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.745 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.745 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.745 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.745 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.745 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.745 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.745 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.745 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.745 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.746 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.746 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.746 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.746 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.746 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.746 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.746 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.746 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.746 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.746 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.746 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.746 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.746 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.747 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.747 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.747 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.747 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.747 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.747 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.747 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.747 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.747 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.747 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.747 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.747 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.747 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.748 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.748 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.748 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.748 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.748 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.748 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.748 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.748 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.748 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.748 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.748 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.748 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.748 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.749 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.749 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.749 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.749 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.749 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.749 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.749 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.749 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "orchestrator": { 2023-11-17T05:23:14.749 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2023-11-17T05:23:14.749 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.749 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.749 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.749 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:23:14.750 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.750 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.750 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.750 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "cephadm", 2023-11-17T05:23:14.750 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "rook", 2023-11-17T05:23:14.750 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2023-11-17T05:23:14.750 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.750 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2023-11-17T05:23:14.750 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.750 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.759 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.759 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.759 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.759 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2023-11-17T05:23:14.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.760 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.761 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.762 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.762 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.762 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.762 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.762 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.762 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.762 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.762 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.762 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.762 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.762 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.763 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.764 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.764 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.764 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.764 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.764 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.764 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.764 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.764 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.764 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.764 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.764 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.764 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.765 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.765 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.765 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.765 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.765 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.765 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.765 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.765 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.765 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.765 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.765 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.765 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.766 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.766 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.766 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.766 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.766 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2023-11-17T05:23:14.766 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.766 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.766 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.766 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.766 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.766 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.766 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.766 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.766 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.767 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.767 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.767 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.767 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.767 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.767 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.767 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.767 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.768 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.768 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.768 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.768 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.768 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.768 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.769 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.770 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.770 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.770 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.770 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.770 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.770 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.770 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.770 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.770 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.770 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.770 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.771 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.772 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.775 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.775 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-11-17T05:23:14.775 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-11-17T05:23:14.775 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.775 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.775 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.775 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-11-17T05:23:14.775 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.775 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.775 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "progress", 2023-11-17T05:23:14.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.776 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enabled": { 2023-11-17T05:23:14.777 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "enabled", 2023-11-17T05:23:14.777 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.777 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.777 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.777 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.777 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.777 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.777 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.777 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.777 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.777 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.777 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.778 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.778 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.778 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.778 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.778 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.778 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.778 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.778 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.778 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.778 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.778 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.779 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.780 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.781 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.782 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2023-11-17T05:23:14.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2023-11-17T05:23:14.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.783 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "50", 2023-11-17T05:23:14.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2023-11-17T05:23:14.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "persist_interval": { 2023-11-17T05:23:14.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2023-11-17T05:23:14.784 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:23:14.785 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.785 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.785 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-11-17T05:23:14.785 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.785 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.786 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.786 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2023-11-17T05:23:14.786 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.786 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.786 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.786 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.786 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.786 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.786 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.787 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2023-11-17T05:23:14.787 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.787 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.787 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.787 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.787 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.788 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.789 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.790 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.791 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.792 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.793 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.793 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.793 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.793 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.793 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.793 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.794 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.794 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.794 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.794 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.794 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.794 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.794 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2023-11-17T05:23:14.795 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2023-11-17T05:23:14.795 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.795 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.795 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.795 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.795 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.796 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.796 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.796 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.796 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.796 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.797 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.797 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.797 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2023-11-17T05:23:14.797 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2023-11-17T05:23:14.797 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.797 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.797 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.797 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "300", 2023-11-17T05:23:14.797 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.797 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.797 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.797 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.797 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.798 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.798 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.798 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.798 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2023-11-17T05:23:14.798 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2023-11-17T05:23:14.798 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.798 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.798 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.798 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.798 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.798 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.798 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.798 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.799 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.799 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.799 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.799 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.799 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-11-17T05:23:14.799 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-11-17T05:23:14.799 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.799 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.799 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.799 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.799 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.799 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.799 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.800 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.800 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.800 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.800 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.800 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.800 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "server_port": { 2023-11-17T05:23:14.800 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-11-17T05:23:14.800 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.800 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.800 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.800 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.801 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.801 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.801 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.801 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.801 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.801 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.801 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.801 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.801 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2023-11-17T05:23:14.801 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2023-11-17T05:23:14.801 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.801 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.801 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.802 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.802 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.802 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.802 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.802 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.802 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.802 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.802 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.802 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.802 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.802 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.802 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.802 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2023-11-17T05:23:14.803 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.803 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.803 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.803 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.803 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.803 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.803 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.803 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.803 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.803 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.803 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.803 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.804 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.804 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.804 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.804 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.804 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.804 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.804 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.804 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.804 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.804 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.804 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.804 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.804 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.804 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.805 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.805 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.805 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.805 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.805 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.805 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.805 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.805 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.805 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.805 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.805 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.805 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.806 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.806 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.806 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.806 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.806 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.806 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.806 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.806 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.806 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.806 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.806 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.806 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.807 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.807 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.807 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.807 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.807 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.807 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.807 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.807 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.807 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.807 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.807 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.807 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.807 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.807 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.807 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.808 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.808 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.808 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.808 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.808 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.808 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.808 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.808 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.808 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2023-11-17T05:23:14.808 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2023-11-17T05:23:14.808 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.808 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.808 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.808 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-11-17T05:23:14.809 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.809 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.809 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.809 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.809 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.809 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.809 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.809 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.809 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2023-11-17T05:23:14.809 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2023-11-17T05:23:14.809 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.809 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.809 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.810 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.810 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.810 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.810 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.810 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.810 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.810 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.810 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.810 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.810 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2023-11-17T05:23:14.810 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2023-11-17T05:23:14.811 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.811 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.811 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.811 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.811 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.811 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.811 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.811 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.811 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.811 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.811 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.811 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.811 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.811 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.812 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.812 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "restful", 2023-11-17T05:23:14.812 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.812 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.812 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.812 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "key_file": { 2023-11-17T05:23:14.812 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "key_file", 2023-11-17T05:23:14.812 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.812 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.812 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.812 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.812 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.813 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.813 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.813 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.813 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.813 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.813 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.813 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.813 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.813 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.813 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.813 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.813 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.813 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.813 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.814 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.814 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.814 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.814 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.814 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.814 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.814 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.814 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.814 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.814 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.814 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.815 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.816 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.816 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.816 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.817 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.817 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.817 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.817 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.817 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.817 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.817 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.817 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.817 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.817 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.820 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.820 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.820 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.820 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.820 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.820 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.820 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.820 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.821 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.822 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.822 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.823 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-11-17T05:23:14.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-11-17T05:23:14.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.824 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.825 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.825 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.825 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.825 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.825 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "server_port": { 2023-11-17T05:23:14.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-11-17T05:23:14.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.826 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.827 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.827 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.827 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.827 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.827 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "rook", 2023-11-17T05:23:14.827 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.827 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.828 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.829 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.830 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.831 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.832 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "selftest", 2023-11-17T05:23:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.834 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.834 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.834 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.834 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.834 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.834 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.834 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.834 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.834 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.834 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.834 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.834 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.834 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.835 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.836 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.837 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.838 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "roption1": { 2023-11-17T05:23:14.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "roption1", 2023-11-17T05:23:14.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.839 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "roption2": { 2023-11-17T05:23:14.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "roption2", 2023-11-17T05:23:14.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2023-11-17T05:23:14.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.840 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "rwoption1": { 2023-11-17T05:23:14.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2023-11-17T05:23:14.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.841 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "rwoption2": { 2023-11-17T05:23:14.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2023-11-17T05:23:14.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.842 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "rwoption3": { 2023-11-17T05:23:14.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2023-11-17T05:23:14.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "float", 2023-11-17T05:23:14.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.843 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "rwoption4": { 2023-11-17T05:23:14.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2023-11-17T05:23:14.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.844 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "rwoption5": { 2023-11-17T05:23:14.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2023-11-17T05:23:14.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.845 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "rwoption6": { 2023-11-17T05:23:14.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2023-11-17T05:23:14.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.846 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "testkey": { 2023-11-17T05:23:14.847 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "testkey", 2023-11-17T05:23:14.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.848 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "testlkey": { 2023-11-17T05:23:14.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2023-11-17T05:23:14.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.849 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "testnewline": { 2023-11-17T05:23:14.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2023-11-17T05:23:14.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.850 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "status", 2023-11-17T05:23:14.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.851 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.852 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.853 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.854 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.855 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.856 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.856 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.856 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.856 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.856 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.856 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.856 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.856 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.856 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.856 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.856 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.856 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.856 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2023-11-17T05:23:14.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "address": { 2023-11-17T05:23:14.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "address", 2023-11-17T05:23:14.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2023-11-17T05:23:14.857 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.858 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.860 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "interval": { 2023-11-17T05:23:14.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-11-17T05:23:14.861 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:23:14.862 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.864 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.867 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "15", 2023-11-17T05:23:14.869 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.872 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.877 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.880 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.880 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.880 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.882 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.882 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.882 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.882 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.882 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.882 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.882 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.882 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.883 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.883 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.883 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.883 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.883 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.883 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.883 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.883 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.883 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.883 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.884 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.884 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.884 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.884 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.884 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.884 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.884 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.885 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.885 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.885 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.885 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.886 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.886 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.886 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.886 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.886 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.886 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.887 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.887 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.887 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.887 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.887 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.887 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.887 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.887 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.888 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.889 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.890 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.890 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.891 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.891 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.891 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.891 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.891 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.891 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2023-11-17T05:23:14.891 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.891 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.891 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.891 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "channel_basic": { 2023-11-17T05:23:14.891 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2023-11-17T05:23:14.891 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.892 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.892 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.892 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.892 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.893 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.893 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.893 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2023-11-17T05:23:14.893 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.893 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.893 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.893 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.893 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "channel_crash": { 2023-11-17T05:23:14.893 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2023-11-17T05:23:14.893 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.893 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.893 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "channel_device": { 2023-11-17T05:23:14.894 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2023-11-17T05:23:14.895 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.895 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-11-17T05:23:14.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "channel_ident": { 2023-11-17T05:23:14.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2023-11-17T05:23:14.896 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.897 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.898 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "contact": { 2023-11-17T05:23:14.898 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "contact", 2023-11-17T05:23:14.898 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.898 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.898 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.898 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:23:14.898 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.898 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.898 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.898 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.898 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.899 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.899 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.899 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.899 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "description": { 2023-11-17T05:23:14.899 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "description", 2023-11-17T05:23:14.899 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.899 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.899 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.899 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:23:14.899 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.899 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.899 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.900 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.900 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.900 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.900 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.900 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.900 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "device_url": { 2023-11-17T05:23:14.900 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "device_url", 2023-11-17T05:23:14.900 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.900 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.900 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.900 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2023-11-17T05:23:14.900 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.901 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.901 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.901 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.901 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.901 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.901 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.901 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.901 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enabled": { 2023-11-17T05:23:14.901 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "enabled", 2023-11-17T05:23:14.901 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.901 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.902 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "interval": { 2023-11-17T05:23:14.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-11-17T05:23:14.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "24", 2023-11-17T05:23:14.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "8", 2023-11-17T05:23:14.903 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2023-11-17T05:23:14.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2023-11-17T05:23:14.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.904 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.905 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "1", 2023-11-17T05:23:14.905 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.905 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.905 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.905 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.905 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.905 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.906 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "leaderboard": { 2023-11-17T05:23:14.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2023-11-17T05:23:14.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.907 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.908 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.909 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.910 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.910 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.910 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.910 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.910 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.911 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.912 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.913 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "organization": { 2023-11-17T05:23:14.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "organization", 2023-11-17T05:23:14.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.914 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:23:14.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "proxy": { 2023-11-17T05:23:14.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "proxy", 2023-11-17T05:23:14.915 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:23:14.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "url": { 2023-11-17T05:23:14.916 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "url", 2023-11-17T05:23:14.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2023-11-17T05:23:14.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.917 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.918 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.925 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2023-11-17T05:23:14.925 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.925 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.926 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.926 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.926 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.926 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.926 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.926 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.926 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.926 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.926 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.926 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.927 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.928 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.928 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.928 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.928 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.928 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.928 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.928 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.928 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.928 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.928 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.928 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.928 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.929 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.929 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.929 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.929 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.929 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.929 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.929 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.929 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.931 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.932 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.932 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.932 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.932 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.950 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.950 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.950 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.950 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.950 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.950 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.951 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.951 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.951 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.951 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.951 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.951 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.951 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.951 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.951 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.951 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.951 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.951 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.951 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.952 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.952 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.952 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.952 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.952 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.952 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.952 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.952 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.952 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.952 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.952 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.952 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.952 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.953 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.953 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.953 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.953 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.953 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.953 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.953 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "volumes", 2023-11-17T05:23:14.953 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.953 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.956 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.959 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:14.959 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:14.959 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.959 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.959 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.960 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:14.960 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.960 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.960 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.960 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.960 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.960 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.960 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.960 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.960 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.960 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.960 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.960 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.961 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.961 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.961 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.961 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:14.961 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:14.961 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.961 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.961 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.961 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.961 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.961 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.961 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.962 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.962 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.962 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.962 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.962 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.962 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:14.962 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:14.962 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.962 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.993 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.993 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:14.993 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.993 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.993 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:14.993 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:14.993 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:14.993 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:14.993 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:14.993 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:14.993 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:14.994 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:14.994 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.994 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.994 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.994 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.994 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.994 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:14.994 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:14.994 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:14.994 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.994 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:14.994 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:14.995 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.995 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.995 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.995 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:14.995 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.995 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.995 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.995 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.996 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2023-11-17T05:23:14.996 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2023-11-17T05:23:14.996 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:14.996 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.996 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.996 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "4", 2023-11-17T05:23:14.996 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.996 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.996 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.996 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2023-11-17T05:23:14.996 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:14.997 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:14.997 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:14.997 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.997 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:14.997 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:14.997 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:14.997 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2023-11-17T05:23:14.998 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-11-17T05:23:14.998 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-11-17T05:23:14.998 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "module_options": { 2023-11-17T05:23:14.998 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2023-11-17T05:23:14.998 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2023-11-17T05:23:14.998 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:14.998 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:14.998 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:14.998 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "100", 2023-11-17T05:23:14.999 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:14.999 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:14.999 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:14.999 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:15.000 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:15.000 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:15.000 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:15.000 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:15.001 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "identifier": { 2023-11-17T05:23:15.001 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "identifier", 2023-11-17T05:23:15.001 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:15.001 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:15.001 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:15.001 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:15.001 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:15.001 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:15.001 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:15.002 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:15.002 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:15.002 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:15.002 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:15.002 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:15.003 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "interval": { 2023-11-17T05:23:15.003 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-11-17T05:23:15.003 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-11-17T05:23:15.003 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:15.003 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:15.003 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-11-17T05:23:15.003 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:15.003 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:15.003 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:15.003 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:15.003 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:15.004 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:15.004 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:15.004 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:15.004 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_level": { 2023-11-17T05:23:15.004 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-11-17T05:23:15.004 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:15.004 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:15.004 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:15.004 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-11-17T05:23:15.004 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:15.004 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:15.004 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:15.005 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:15.005 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:15.005 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:15.005 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:15.005 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:15.005 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:15.005 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:15.005 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:15.005 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:15.005 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:15.005 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:15.005 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:15.006 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-11-17T05:23:15.006 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-11-17T05:23:15.006 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:15.006 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:15.006 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:15.006 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:15.006 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:15.006 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:15.006 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:15.006 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:15.007 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:15.007 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:15.007 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:15.007 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:15.007 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-11-17T05:23:15.007 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-11-17T05:23:15.007 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:15.007 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:15.007 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:15.008 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-11-17T05:23:15.008 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:15.008 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:15.008 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-11-17T05:23:15.008 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "", 2023-11-17T05:23:15.008 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "critical", 2023-11-17T05:23:15.008 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "debug", 2023-11-17T05:23:15.008 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "error", 2023-11-17T05:23:15.008 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "info", 2023-11-17T05:23:15.008 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "warning" 2023-11-17T05:23:15.008 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:15.008 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:15.008 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:15.009 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:15.009 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:15.009 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:15.009 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-11-17T05:23:15.009 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-11-17T05:23:15.009 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-11-17T05:23:15.009 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:15.009 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-11-17T05:23:15.009 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-11-17T05:23:15.009 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:15.009 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:15.009 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:15.009 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:15.010 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:15.010 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:15.010 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:15.010 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:15.010 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2023-11-17T05:23:15.010 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2023-11-17T05:23:15.010 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:15.010 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:15.010 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:15.010 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-11-17T05:23:15.010 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:15.010 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:15.010 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:15.011 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:15.011 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:15.011 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:15.011 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:15.011 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:15.011 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2023-11-17T05:23:15.011 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2023-11-17T05:23:15.011 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "int", 2023-11-17T05:23:15.011 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:15.011 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:15.011 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2023-11-17T05:23:15.011 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:15.012 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:15.012 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:15.012 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:15.012 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:15.012 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:15.012 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:15.012 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:15.012 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2023-11-17T05:23:15.012 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2023-11-17T05:23:15.012 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "str", 2023-11-17T05:23:15.012 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-11-17T05:23:15.012 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-11-17T05:23:15.013 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2023-11-17T05:23:15.013 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "min": "", 2023-11-17T05:23:15.013 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "max": "", 2023-11-17T05:23:15.013 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-11-17T05:23:15.013 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "desc": "", 2023-11-17T05:23:15.013 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-11-17T05:23:15.013 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "tags": [], 2023-11-17T05:23:15.013 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-11-17T05:23:15.013 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:15.013 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:15.013 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:15.013 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:15.014 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "services": { 2023-11-17T05:23:15.014 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "prometheus": "http://smithi173.front.sepia.ceph.com:9283/" 2023-11-17T05:23:15.014 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:15.014 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2023-11-17T05:23:15.014 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "nautilus": [ 2023-11-17T05:23:15.014 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "balancer", 2023-11-17T05:23:15.014 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "crash", 2023-11-17T05:23:15.014 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "devicehealth", 2023-11-17T05:23:15.014 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2023-11-17T05:23:15.014 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "progress", 2023-11-17T05:23:15.015 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "rbd_support", 2023-11-17T05:23:15.015 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "status", 2023-11-17T05:23:15.016 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "volumes" 2023-11-17T05:23:15.016 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:15.016 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "octopus": [ 2023-11-17T05:23:15.016 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "balancer", 2023-11-17T05:23:15.016 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "crash", 2023-11-17T05:23:15.016 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "devicehealth", 2023-11-17T05:23:15.016 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "orchestrator", 2023-11-17T05:23:15.016 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2023-11-17T05:23:15.016 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "progress", 2023-11-17T05:23:15.016 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "rbd_support", 2023-11-17T05:23:15.018 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "status", 2023-11-17T05:23:15.018 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "telemetry", 2023-11-17T05:23:15.019 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "volumes" 2023-11-17T05:23:15.019 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ], 2023-11-17T05:23:15.019 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 3, 2023-11-17T05:23:15.019 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "active_clients": [ 2023-11-17T05:23:15.019 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:15.019 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-11-17T05:23:15.019 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:15.019 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-11-17T05:23:15.019 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.173:0", 2023-11-17T05:23:15.019 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "nonce": 2200820931 2023-11-17T05:23:15.019 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:15.020 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ] 2023-11-17T05:23:15.020 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout }, 2023-11-17T05:23:15.020 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:15.020 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-11-17T05:23:15.020 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:15.020 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-11-17T05:23:15.020 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.173:0", 2023-11-17T05:23:15.020 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "nonce": 2193015623 2023-11-17T05:23:15.020 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:15.020 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ] 2023-11-17T05:23:15.020 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:15.020 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout ] 2023-11-17T05:23:15.021 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:15.021 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:15.021 INFO:teuthology.orchestra.run.smithi173.stderr:Waiting for the mgr to restart... 2023-11-17T05:23:15.021 INFO:teuthology.orchestra.run.smithi173.stderr:Waiting for Mgr epoch 13... 2023-11-17T05:23:15.021 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2023-11-17T05:23:15.021 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout { 2023-11-17T05:23:15.021 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 15, 2023-11-17T05:23:15.021 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout "initialized": true 2023-11-17T05:23:15.021 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout } 2023-11-17T05:23:15.021 INFO:teuthology.orchestra.run.smithi173.stderr:Mgr epoch 13 is available 2023-11-17T05:23:15.021 INFO:teuthology.orchestra.run.smithi173.stderr:Generating a dashboard self-signed certificate... 2023-11-17T05:23:15.021 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 dashboard create-self-signed-cert 2023-11-17T05:23:15.021 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout Self-signed certificate created 2023-11-17T05:23:15.022 INFO:teuthology.orchestra.run.smithi173.stderr:Creating initial admin user... 2023-11-17T05:23:15.022 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpmy0m07u4:/tmp/dashboard.pw:z docker.io/ceph/ceph:v15 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2023-11-17T05:23:15.022 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$GsVvs4VOL9/zYDn4SAqRzOqXf0f.nA9Lvdmd2CGXnd/SIyoLF3FGO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700198593, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-17T05:23:15.023 INFO:teuthology.orchestra.run.smithi173.stderr:Fetching dashboard port number... 2023-11-17T05:23:15.023 INFO:teuthology.orchestra.run.smithi173.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=smithi173 -v /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmptfozs9pq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_5v830p9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config get mgr mgr/dashboard/ssl_server_port 2023-11-17T05:23:15.023 INFO:teuthology.orchestra.run.smithi173.stderr:/usr/bin/ceph: stdout 8443 2023-11-17T05:23:15.026 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-17T05:23:15.026 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl: stdout disabled 2023-11-17T05:23:15.026 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: systemctl is-active firewalld.service 2023-11-17T05:23:15.026 INFO:teuthology.orchestra.run.smithi173.stderr:systemctl: stdout inactive 2023-11-17T05:23:15.026 INFO:teuthology.orchestra.run.smithi173.stderr:firewalld.service is not enabled 2023-11-17T05:23:15.026 INFO:teuthology.orchestra.run.smithi173.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-17T05:23:15.026 INFO:teuthology.orchestra.run.smithi173.stderr:Ceph Dashboard is now available at: 2023-11-17T05:23:15.026 INFO:teuthology.orchestra.run.smithi173.stderr: 2023-11-17T05:23:15.027 INFO:teuthology.orchestra.run.smithi173.stderr: URL: https://smithi173.front.sepia.ceph.com:8443/ 2023-11-17T05:23:15.027 INFO:teuthology.orchestra.run.smithi173.stderr: User: admin 2023-11-17T05:23:15.027 INFO:teuthology.orchestra.run.smithi173.stderr: Password: gnm4quc52c 2023-11-17T05:23:15.027 INFO:teuthology.orchestra.run.smithi173.stderr: 2023-11-17T05:23:15.027 INFO:teuthology.orchestra.run.smithi173.stderr:You can access the Ceph CLI with: 2023-11-17T05:23:15.027 INFO:teuthology.orchestra.run.smithi173.stderr: 2023-11-17T05:23:15.027 INFO:teuthology.orchestra.run.smithi173.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-17T05:23:15.027 INFO:teuthology.orchestra.run.smithi173.stderr: 2023-11-17T05:23:15.027 INFO:teuthology.orchestra.run.smithi173.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-17T05:23:15.027 INFO:teuthology.orchestra.run.smithi173.stderr: 2023-11-17T05:23:15.027 INFO:teuthology.orchestra.run.smithi173.stderr: ceph telemetry on 2023-11-17T05:23:15.027 INFO:teuthology.orchestra.run.smithi173.stderr: 2023-11-17T05:23:15.028 INFO:teuthology.orchestra.run.smithi173.stderr:For more information see: 2023-11-17T05:23:15.028 INFO:teuthology.orchestra.run.smithi173.stderr: 2023-11-17T05:23:15.028 INFO:teuthology.orchestra.run.smithi173.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-11-17T05:23:15.028 INFO:teuthology.orchestra.run.smithi173.stderr: 2023-11-17T05:23:15.028 INFO:teuthology.orchestra.run.smithi173.stderr:Bootstrap complete. 2023-11-17T05:23:15.028 INFO:teuthology.orchestra.run.smithi173.stderr:Releasing lock 140198414729736 on /run/cephadm/39a17d88-8509-11ee-8dbe-212e2dc638e7.lock 2023-11-17T05:23:15.028 INFO:teuthology.orchestra.run.smithi173.stderr:Lock 140198414729736 released on /run/cephadm/39a17d88-8509-11ee-8dbe-212e2dc638e7.lock 2023-11-17T05:23:15.029 INFO:tasks.cephadm:Fetching config... 2023-11-17T05:23:15.029 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2023-11-17T05:23:15.029 DEBUG:teuthology.orchestra.run.smithi173:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-17T05:23:15.052 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-17T05:23:15.052 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2023-11-17T05:23:15.053 DEBUG:teuthology.orchestra.run.smithi173:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-17T05:23:15.112 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-17T05:23:15.113 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2023-11-17T05:23:15.113 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/keyring of=/dev/stdout 2023-11-17T05:23:15.187 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-17T05:23:15.187 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2023-11-17T05:23:15.188 DEBUG:teuthology.orchestra.run.smithi173:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-17T05:23:15.246 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-17T05:23:15.246 DEBUG:teuthology.orchestra.run.smithi173:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+CttIcGaEL80+0QIOmCfpBGusxuZSlIXtxk33y0hQdx57EaePT9EDUKHpwXVStOaQvwESHU03HI46O9I0zQBQy8F19Fmg9e7Z/qpKPjbfknCcsZ2nsbPr6ciOXx2Bc21+OHhSYLoFN4GPXdr0Du/xaTlt5W6PQxUa1Am051QSUxRXGhj1yKUTwYRSopigfeNkrC1f5tJ7ADO87ta04KnGNY4hf9BIYvgWvJJXSF6DfC9jMjlRJj+DTOBe/m9m/+EJuncKBnZPUtVyK/RcaDzqOOfV+GdRQd5EUY372uwsG57vfuw0/lmQvB5eb6Ain2yh4D+UCHh4VA4Ejgm37X6FIUKWR9n83rsSJBFOX2w4KQmEWPBRR1tZNQSDuhO/V1VJo5RUSbQqfaqqWluWBOZyfkrW3sV3whLGu/20x+6mTBOvZvqHjxM9GlNUPeO3BO5lT407LUk/lqaCZ7OIlMq0kyPOV0FJqNlGdtx+k5L70Z+vl77oRQda45/rUUC9/10= ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-17T05:23:15.323 INFO:teuthology.orchestra.run.smithi173.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+CttIcGaEL80+0QIOmCfpBGusxuZSlIXtxk33y0hQdx57EaePT9EDUKHpwXVStOaQvwESHU03HI46O9I0zQBQy8F19Fmg9e7Z/qpKPjbfknCcsZ2nsbPr6ciOXx2Bc21+OHhSYLoFN4GPXdr0Du/xaTlt5W6PQxUa1Am051QSUxRXGhj1yKUTwYRSopigfeNkrC1f5tJ7ADO87ta04KnGNY4hf9BIYvgWvJJXSF6DfC9jMjlRJj+DTOBe/m9m/+EJuncKBnZPUtVyK/RcaDzqOOfV+GdRQd5EUY372uwsG57vfuw0/lmQvB5eb6Ain2yh4D+UCHh4VA4Ejgm37X6FIUKWR9n83rsSJBFOX2w4KQmEWPBRR1tZNQSDuhO/V1VJo5RUSbQqfaqqWluWBOZyfkrW3sV3whLGu/20x+6mTBOvZvqHjxM9GlNUPeO3BO5lT407LUk/lqaCZ7OIlMq0kyPOV0FJqNlGdtx+k5L70Z+vl77oRQda45/rUUC9/10= ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7 2023-11-17T05:23:15.334 DEBUG:teuthology.orchestra.run.smithi203:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+CttIcGaEL80+0QIOmCfpBGusxuZSlIXtxk33y0hQdx57EaePT9EDUKHpwXVStOaQvwESHU03HI46O9I0zQBQy8F19Fmg9e7Z/qpKPjbfknCcsZ2nsbPr6ciOXx2Bc21+OHhSYLoFN4GPXdr0Du/xaTlt5W6PQxUa1Am051QSUxRXGhj1yKUTwYRSopigfeNkrC1f5tJ7ADO87ta04KnGNY4hf9BIYvgWvJJXSF6DfC9jMjlRJj+DTOBe/m9m/+EJuncKBnZPUtVyK/RcaDzqOOfV+GdRQd5EUY372uwsG57vfuw0/lmQvB5eb6Ain2yh4D+UCHh4VA4Ejgm37X6FIUKWR9n83rsSJBFOX2w4KQmEWPBRR1tZNQSDuhO/V1VJo5RUSbQqfaqqWluWBOZyfkrW3sV3whLGu/20x+6mTBOvZvqHjxM9GlNUPeO3BO5lT407LUk/lqaCZ7OIlMq0kyPOV0FJqNlGdtx+k5L70Z+vl77oRQda45/rUUC9/10= ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-17T05:23:15.381 INFO:teuthology.orchestra.run.smithi203.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+CttIcGaEL80+0QIOmCfpBGusxuZSlIXtxk33y0hQdx57EaePT9EDUKHpwXVStOaQvwESHU03HI46O9I0zQBQy8F19Fmg9e7Z/qpKPjbfknCcsZ2nsbPr6ciOXx2Bc21+OHhSYLoFN4GPXdr0Du/xaTlt5W6PQxUa1Am051QSUxRXGhj1yKUTwYRSopigfeNkrC1f5tJ7ADO87ta04KnGNY4hf9BIYvgWvJJXSF6DfC9jMjlRJj+DTOBe/m9m/+EJuncKBnZPUtVyK/RcaDzqOOfV+GdRQd5EUY372uwsG57vfuw0/lmQvB5eb6Ain2yh4D+UCHh4VA4Ejgm37X6FIUKWR9n83rsSJBFOX2w4KQmEWPBRR1tZNQSDuhO/V1VJo5RUSbQqfaqqWluWBOZyfkrW3sV3whLGu/20x+6mTBOvZvqHjxM9GlNUPeO3BO5lT407LUk/lqaCZ7OIlMq0kyPOV0FJqNlGdtx+k5L70Z+vl77oRQda45/rUUC9/10= ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7 2023-11-17T05:23:15.393 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-17T05:23:17.154 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi203 2023-11-17T05:23:17.154 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-11-17T05:23:17.154 DEBUG:teuthology.orchestra.run.smithi203:> dd of=/etc/ceph/ceph.conf 2023-11-17T05:23:17.175 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-11-17T05:23:17.176 DEBUG:teuthology.orchestra.run.smithi203:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-17T05:23:17.237 INFO:tasks.cephadm:Adding host smithi203 to orchestrator... 2023-11-17T05:23:17.237 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch host add smithi203 2023-11-17T05:23:39.976 INFO:teuthology.orchestra.run.smithi203.stdout:Added host 'smithi203' 2023-11-17T05:24:01.007 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-17T05:24:02.221 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-17T05:24:02.221 INFO:teuthology.orchestra.run.smithi203.stdout:[{"addr": "smithi173", "hostname": "smithi173", "labels": [], "status": ""}, {"addr": "smithi203", "hostname": "smithi203", "labels": [], "status": ""}] 2023-11-17T05:24:02.548 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-17T05:24:02.548 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph osd crush tunables default 2023-11-17T05:24:04.175 INFO:teuthology.orchestra.run.smithi173.stderr:adjusted tunables profile to default 2023-11-17T05:24:04.561 INFO:tasks.cephadm:Adding mon.smithi203 on smithi203 2023-11-17T05:24:04.561 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add mon smithi203:172.21.15.203=smithi203 2023-11-17T05:24:18.872 INFO:teuthology.orchestra.run.smithi203.stdout:Deployed mon.smithi203 on host 'smithi203' 2023-11-17T05:24:20.655 DEBUG:teuthology.orchestra.run.smithi203:mon.smithi203> sudo journalctl -f -n 0 -u ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@mon.smithi203.service 2023-11-17T05:24:20.659 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T05:24:20.660 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T05:24:20.695 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:-- Logs begin at Fri 2023-11-17 05:13:14 UTC. -- 2023-11-17T05:24:21.906 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-17T05:24:21.906 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":2,"fsid":"39a17d88-8509-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T05:24:13.832215Z","created":"2023-11-17T05:22:20.135869Z","min_mon_release":15,"min_mon_release_name":"octopus","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus"],"optional":[]},"mons":[{"rank":0,"name":"smithi173","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:3300","nonce":0},{"type":"v1","addr":"172.21.15.173:6789","nonce":0}]},"addr":"172.21.15.173:6789/0","public_addr":"172.21.15.173:6789/0","priority":0,"weight":0},{"rank":1,"name":"smithi203","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:3300","nonce":0},{"type":"v1","addr":"172.21.15.203:6789","nonce":0}]},"addr":"172.21.15.203:6789/0","public_addr":"172.21.15.203:6789/0","priority":0,"weight":0}],"quorum":[0,1]} 2023-11-17T05:24:21.908 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 2 2023-11-17T05:24:22.260 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-17T05:24:22.261 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-17T05:24:23.417 INFO:teuthology.orchestra.run.smithi173.stdout:# minimal ceph.conf for 39a17d88-8509-11ee-8dbe-212e2dc638e7 2023-11-17T05:24:25.016 INFO:teuthology.orchestra.run.smithi173.stdout:[global] 2023-11-17T05:24:25.026 INFO:teuthology.orchestra.run.smithi173.stdout: fsid = 39a17d88-8509-11ee-8dbe-212e2dc638e7 2023-11-17T05:24:25.026 INFO:teuthology.orchestra.run.smithi173.stdout: mon_host = [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] [v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0] 2023-11-17T05:24:25.045 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-17T05:24:25.045 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2023-11-17T05:24:25.046 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/ceph/ceph.conf 2023-11-17T05:24:25.109 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2023-11-17T05:24:25.109 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-17T05:24:25.181 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-11-17T05:24:25.181 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/ceph/ceph.conf 2023-11-17T05:24:25.219 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-11-17T05:24:25.219 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-17T05:24:25.298 INFO:tasks.cephadm:Deploying OSDs... 2023-11-17T05:24:25.299 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2023-11-17T05:24:25.299 DEBUG:teuthology.orchestra.run.smithi173:> dd if=/scratch_devs of=/dev/stdout 2023-11-17T05:24:25.318 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-17T05:24:25.319 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_1 2023-11-17T05:24:25.381 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-17T05:24:25.381 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T05:24:25.381 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 6h/6d Inode: 395589 Links: 1 2023-11-17T05:24:25.381 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T05:24:25.381 INFO:teuthology.orchestra.run.smithi173.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T05:24:25.385 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2023-11-17 05:23:18.017819107 +0000 2023-11-17T05:24:25.385 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2023-11-17 05:20:59.990131768 +0000 2023-11-17T05:24:25.385 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2023-11-17 05:20:59.990131768 +0000 2023-11-17T05:24:25.385 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2023-11-17T05:24:25.386 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-17T05:24:25.452 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2023-11-17T05:24:25.452 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2023-11-17T05:24:25.452 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000260624 s, 2.0 MB/s 2023-11-17T05:24:25.453 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-17T05:24:25.513 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_2 2023-11-17T05:24:25.572 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-17T05:24:25.572 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T05:24:25.572 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 6h/6d Inode: 389105 Links: 1 2023-11-17T05:24:25.572 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T05:24:25.572 INFO:teuthology.orchestra.run.smithi173.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T05:24:25.572 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2023-11-17 05:23:18.017819107 +0000 2023-11-17T05:24:25.572 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2023-11-17 05:21:00.464121523 +0000 2023-11-17T05:24:25.572 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2023-11-17 05:21:00.464121523 +0000 2023-11-17T05:24:25.573 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2023-11-17T05:24:25.573 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-17T05:24:25.638 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2023-11-17T05:24:25.638 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2023-11-17T05:24:25.638 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000223334 s, 2.3 MB/s 2023-11-17T05:24:25.639 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-17T05:24:25.700 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_3 2023-11-17T05:24:25.758 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-17T05:24:25.759 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T05:24:25.760 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 6h/6d Inode: 395731 Links: 1 2023-11-17T05:24:25.760 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T05:24:25.760 INFO:teuthology.orchestra.run.smithi173.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T05:24:25.760 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2023-11-17 05:23:18.017819107 +0000 2023-11-17T05:24:25.760 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2023-11-17 05:21:00.964110716 +0000 2023-11-17T05:24:25.760 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2023-11-17 05:21:00.964110716 +0000 2023-11-17T05:24:25.760 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2023-11-17T05:24:25.760 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-17T05:24:25.823 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2023-11-17T05:24:25.824 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2023-11-17T05:24:25.824 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000214877 s, 2.4 MB/s 2023-11-17T05:24:25.825 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-17T05:24:25.883 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_4 2023-11-17T05:24:25.941 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-17T05:24:25.941 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T05:24:25.941 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 6h/6d Inode: 397435 Links: 1 2023-11-17T05:24:25.941 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T05:24:25.941 INFO:teuthology.orchestra.run.smithi173.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T05:24:25.941 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2023-11-17 05:23:18.017819107 +0000 2023-11-17T05:24:25.941 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2023-11-17 05:21:01.445100320 +0000 2023-11-17T05:24:25.942 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2023-11-17 05:21:01.445100320 +0000 2023-11-17T05:24:25.942 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2023-11-17T05:24:25.942 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-17T05:24:26.008 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2023-11-17T05:24:26.008 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2023-11-17T05:24:26.008 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000224601 s, 2.3 MB/s 2023-11-17T05:24:26.008 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-17T05:24:26.067 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-11-17T05:24:26.067 DEBUG:teuthology.orchestra.run.smithi203:> dd if=/scratch_devs of=/dev/stdout 2023-11-17T05:24:26.088 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-17T05:24:26.088 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/vg_nvme/lv_1 2023-11-17T05:24:26.150 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-17T05:24:26.150 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T05:24:26.150 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 6h/6d Inode: 389652 Links: 1 2023-11-17T05:24:26.150 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T05:24:26.150 INFO:teuthology.orchestra.run.smithi203.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T05:24:26.150 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2023-11-17 05:24:13.446440320 +0000 2023-11-17T05:24:26.150 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2023-11-17 05:20:58.473859506 +0000 2023-11-17T05:24:26.150 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2023-11-17 05:20:58.473859506 +0000 2023-11-17T05:24:26.150 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2023-11-17T05:24:26.151 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-17T05:24:26.220 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2023-11-17T05:24:26.220 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2023-11-17T05:24:26.220 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.000258705 s, 2.0 MB/s 2023-11-17T05:24:26.221 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-17T05:24:26.286 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/vg_nvme/lv_2 2023-11-17T05:24:26.347 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-17T05:24:26.347 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T05:24:26.347 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 6h/6d Inode: 393079 Links: 1 2023-11-17T05:24:26.347 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T05:24:26.347 INFO:teuthology.orchestra.run.smithi203.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T05:24:26.347 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2023-11-17 05:24:13.446440320 +0000 2023-11-17T05:24:26.347 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2023-11-17 05:20:59.332838592 +0000 2023-11-17T05:24:26.347 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2023-11-17 05:20:59.332838592 +0000 2023-11-17T05:24:26.347 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2023-11-17T05:24:26.348 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-17T05:24:26.417 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2023-11-17T05:24:26.417 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2023-11-17T05:24:26.417 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.00022785 s, 2.2 MB/s 2023-11-17T05:24:26.418 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-17T05:24:26.481 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/vg_nvme/lv_3 2023-11-17T05:24:26.543 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-17T05:24:26.544 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T05:24:26.544 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 6h/6d Inode: 393802 Links: 1 2023-11-17T05:24:26.544 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T05:24:26.544 INFO:teuthology.orchestra.run.smithi203.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T05:24:26.544 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2023-11-17 05:24:13.446440320 +0000 2023-11-17T05:24:26.544 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2023-11-17 05:20:59.832826418 +0000 2023-11-17T05:24:26.544 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2023-11-17 05:20:59.832826418 +0000 2023-11-17T05:24:26.544 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2023-11-17T05:24:26.544 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-17T05:24:26.614 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2023-11-17T05:24:26.614 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2023-11-17T05:24:26.614 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.000232917 s, 2.2 MB/s 2023-11-17T05:24:26.615 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-17T05:24:26.679 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/vg_nvme/lv_4 2023-11-17T05:24:26.741 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-17T05:24:26.741 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T05:24:26.741 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 6h/6d Inode: 395657 Links: 1 2023-11-17T05:24:26.741 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T05:24:26.742 INFO:teuthology.orchestra.run.smithi203.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T05:24:26.742 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2023-11-17 05:24:13.447440296 +0000 2023-11-17T05:24:26.742 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2023-11-17 05:21:00.330814294 +0000 2023-11-17T05:24:26.742 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2023-11-17 05:21:00.330814294 +0000 2023-11-17T05:24:26.742 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2023-11-17T05:24:26.743 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-17T05:24:26.809 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2023-11-17T05:24:26.809 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2023-11-17T05:24:26.809 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.000217298 s, 2.4 MB/s 2023-11-17T05:24:26.810 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-17T05:24:26.874 INFO:tasks.cephadm:Deploying osd.0 on smithi173 with /dev/vg_nvme/lv_4... 2023-11-17T05:24:26.874 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-17T05:24:28.274 INFO:teuthology.orchestra.run.smithi173.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-17T05:24:28.275 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-17T05:24:28.275 INFO:teuthology.orchestra.run.smithi173.stderr: stderr: 10+0 records in 2023-11-17T05:24:28.275 INFO:teuthology.orchestra.run.smithi173.stderr:10+0 records out 2023-11-17T05:24:28.275 INFO:teuthology.orchestra.run.smithi173.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0145676 s, 720 MB/s 2023-11-17T05:24:28.275 INFO:teuthology.orchestra.run.smithi173.stderr: stderr: 2023-11-17T05:24:28.275 INFO:teuthology.orchestra.run.smithi173.stderr:--> Zapping successful for: 2023-11-17T05:24:28.632 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi173:vg_nvme/lv_4 2023-11-17T05:29:24.151 INFO:teuthology.orchestra.run.smithi173.stdout:Created osd(s) 0 on host 'smithi173' 2023-11-17T05:29:24.460 DEBUG:teuthology.orchestra.run.smithi173:osd.0> sudo journalctl -f -n 0 -u ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.0.service 2023-11-17T05:29:24.462 INFO:tasks.cephadm:Deploying osd.1 on smithi173 with /dev/vg_nvme/lv_3... 2023-11-17T05:29:24.462 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-17T05:29:24.493 INFO:journalctl@ceph.osd.0.smithi173.stdout:-- Logs begin at Fri 2023-11-17 05:13:03 UTC. -- 2023-11-17T05:29:25.822 INFO:teuthology.orchestra.run.smithi173.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-17T05:30:24.096 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-11-17T05:30:24.096 INFO:teuthology.orchestra.run.smithi173.stderr: stderr: 10+0 records in 2023-11-17T05:30:24.151 INFO:teuthology.orchestra.run.smithi173.stderr:10+0 records out 2023-11-17T05:30:24.151 INFO:teuthology.orchestra.run.smithi173.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0120917 s, 867 MB/s 2023-11-17T05:30:24.151 INFO:teuthology.orchestra.run.smithi173.stderr:--> Zapping successful for: 2023-11-17T05:30:24.153 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi173:vg_nvme/lv_3 2023-11-17T05:30:33.697 INFO:teuthology.orchestra.run.smithi173.stdout:Created osd(s) 1 on host 'smithi173' 2023-11-17T05:30:34.070 DEBUG:teuthology.orchestra.run.smithi173:osd.1> sudo journalctl -f -n 0 -u ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.1.service 2023-11-17T05:30:34.072 INFO:tasks.cephadm:Deploying osd.2 on smithi173 with /dev/vg_nvme/lv_2... 2023-11-17T05:30:34.072 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-17T05:30:34.103 INFO:journalctl@ceph.osd.1.smithi173.stdout:-- Logs begin at Fri 2023-11-17 05:13:03 UTC. -- 2023-11-17T05:30:35.355 INFO:teuthology.orchestra.run.smithi173.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-17T05:30:35.356 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-11-17T05:30:35.356 INFO:teuthology.orchestra.run.smithi173.stderr: stderr: 10+0 records in 2023-11-17T05:30:35.356 INFO:teuthology.orchestra.run.smithi173.stderr:10+0 records out 2023-11-17T05:30:35.356 INFO:teuthology.orchestra.run.smithi173.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0119833 s, 875 MB/s 2023-11-17T05:30:35.356 INFO:teuthology.orchestra.run.smithi173.stderr:--> Zapping successful for: 2023-11-17T05:30:35.718 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi173:vg_nvme/lv_2 2023-11-17T05:30:44.970 INFO:teuthology.orchestra.run.smithi173.stdout:Created osd(s) 2 on host 'smithi173' 2023-11-17T05:30:45.282 DEBUG:teuthology.orchestra.run.smithi173:osd.2> sudo journalctl -f -n 0 -u ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.2.service 2023-11-17T05:30:45.284 INFO:tasks.cephadm:Deploying osd.3 on smithi173 with /dev/vg_nvme/lv_1... 2023-11-17T05:30:45.285 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-17T05:30:45.314 INFO:journalctl@ceph.osd.2.smithi173.stdout:-- Logs begin at Fri 2023-11-17 05:13:03 UTC. -- 2023-11-17T05:30:46.904 INFO:teuthology.orchestra.run.smithi173.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-17T05:30:46.904 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-11-17T05:30:46.904 INFO:teuthology.orchestra.run.smithi173.stderr: stderr: 10+0 records in 2023-11-17T05:30:46.904 INFO:teuthology.orchestra.run.smithi173.stderr:10+0 records out 2023-11-17T05:30:46.905 INFO:teuthology.orchestra.run.smithi173.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0124273 s, 844 MB/s 2023-11-17T05:30:46.905 INFO:teuthology.orchestra.run.smithi173.stderr:--> Zapping successful for: 2023-11-17T05:30:47.233 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi173:vg_nvme/lv_1 2023-11-17T05:30:56.718 INFO:teuthology.orchestra.run.smithi173.stdout:Created osd(s) 3 on host 'smithi173' 2023-11-17T05:30:57.049 DEBUG:teuthology.orchestra.run.smithi173:osd.3> sudo journalctl -f -n 0 -u ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.3.service 2023-11-17T05:30:57.052 INFO:tasks.cephadm:Deploying osd.4 on smithi203 with /dev/vg_nvme/lv_4... 2023-11-17T05:30:57.052 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-17T05:30:57.081 INFO:journalctl@ceph.osd.3.smithi173.stdout:-- Logs begin at Fri 2023-11-17 05:13:03 UTC. -- 2023-11-17T05:30:58.428 INFO:teuthology.orchestra.run.smithi203.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-17T05:30:58.428 INFO:teuthology.orchestra.run.smithi203.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-17T05:30:58.429 INFO:teuthology.orchestra.run.smithi203.stderr: stderr: 10+0 records in 2023-11-17T05:30:58.429 INFO:teuthology.orchestra.run.smithi203.stderr:10+0 records out 2023-11-17T05:30:58.452 INFO:teuthology.orchestra.run.smithi203.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112691 s, 930 MB/s 2023-11-17T05:30:58.452 INFO:teuthology.orchestra.run.smithi203.stderr:--> Zapping successful for: 2023-11-17T05:30:58.795 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi203:vg_nvme/lv_4 2023-11-17T05:31:52.176 INFO:teuthology.orchestra.run.smithi203.stdout:Created osd(s) 4 on host 'smithi203' 2023-11-17T05:31:59.574 DEBUG:teuthology.orchestra.run.smithi203:osd.4> sudo journalctl -f -n 0 -u ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.4.service 2023-11-17T05:31:59.580 INFO:tasks.cephadm:Deploying osd.5 on smithi203 with /dev/vg_nvme/lv_3... 2023-11-17T05:31:59.580 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-17T05:31:59.629 INFO:journalctl@ceph.osd.4.smithi203.stdout:-- Logs begin at Fri 2023-11-17 05:13:14 UTC. -- 2023-11-17T05:32:01.046 INFO:teuthology.orchestra.run.smithi203.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-17T05:32:01.046 INFO:teuthology.orchestra.run.smithi203.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-11-17T05:32:01.046 INFO:teuthology.orchestra.run.smithi203.stderr: stderr: 10+0 records in 2023-11-17T05:32:01.046 INFO:teuthology.orchestra.run.smithi203.stderr:10+0 records out 2023-11-17T05:32:01.046 INFO:teuthology.orchestra.run.smithi203.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111568 s, 940 MB/s 2023-11-17T05:32:01.046 INFO:teuthology.orchestra.run.smithi203.stderr:--> Zapping successful for: 2023-11-17T05:32:01.435 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi203:vg_nvme/lv_3 2023-11-17T05:32:11.273 INFO:teuthology.orchestra.run.smithi203.stdout:Created osd(s) 5 on host 'smithi203' 2023-11-17T05:32:11.643 DEBUG:teuthology.orchestra.run.smithi203:osd.5> sudo journalctl -f -n 0 -u ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.5.service 2023-11-17T05:32:11.645 INFO:tasks.cephadm:Deploying osd.6 on smithi203 with /dev/vg_nvme/lv_2... 2023-11-17T05:32:11.645 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-17T05:32:11.675 INFO:journalctl@ceph.osd.5.smithi203.stdout:-- Logs begin at Fri 2023-11-17 05:13:14 UTC. -- 2023-11-17T05:32:13.072 INFO:teuthology.orchestra.run.smithi203.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-17T05:32:13.072 INFO:teuthology.orchestra.run.smithi203.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-11-17T05:32:13.072 INFO:teuthology.orchestra.run.smithi203.stderr: stderr: 10+0 records in 2023-11-17T05:32:13.072 INFO:teuthology.orchestra.run.smithi203.stderr:10+0 records out 2023-11-17T05:32:13.072 INFO:teuthology.orchestra.run.smithi203.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0120607 s, 869 MB/s 2023-11-17T05:32:13.072 INFO:teuthology.orchestra.run.smithi203.stderr: stderr: 2023-11-17T05:32:13.072 INFO:teuthology.orchestra.run.smithi203.stderr:--> Zapping successful for: 2023-11-17T05:32:13.442 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi203:vg_nvme/lv_2 2023-11-17T05:32:23.370 INFO:teuthology.orchestra.run.smithi203.stdout:Created osd(s) 6 on host 'smithi203' 2023-11-17T05:32:23.693 DEBUG:teuthology.orchestra.run.smithi203:osd.6> sudo journalctl -f -n 0 -u ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.6.service 2023-11-17T05:32:23.696 INFO:tasks.cephadm:Deploying osd.7 on smithi203 with /dev/vg_nvme/lv_1... 2023-11-17T05:32:23.696 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-17T05:32:23.725 INFO:journalctl@ceph.osd.6.smithi203.stdout:-- Logs begin at Fri 2023-11-17 05:13:14 UTC. -- 2023-11-17T05:32:25.157 INFO:teuthology.orchestra.run.smithi203.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-17T05:32:25.157 INFO:teuthology.orchestra.run.smithi203.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-11-17T05:32:25.157 INFO:teuthology.orchestra.run.smithi203.stderr: stderr: 10+0 records in 2023-11-17T05:32:25.158 INFO:teuthology.orchestra.run.smithi203.stderr:10+0 records out 2023-11-17T05:32:25.158 INFO:teuthology.orchestra.run.smithi203.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0110611 s, 948 MB/s 2023-11-17T05:32:25.158 INFO:teuthology.orchestra.run.smithi203.stderr:--> Zapping successful for: 2023-11-17T05:32:25.599 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi203:vg_nvme/lv_1 2023-11-17T05:32:35.476 INFO:teuthology.orchestra.run.smithi203.stdout:Created osd(s) 7 on host 'smithi203' 2023-11-17T05:33:26.706 DEBUG:teuthology.orchestra.run.smithi203:osd.7> sudo journalctl -f -n 0 -u ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.7.service 2023-11-17T05:33:26.726 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-17T05:33:26.726 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T05:33:26.763 INFO:journalctl@ceph.osd.7.smithi203.stdout:-- Logs begin at Fri 2023-11-17 05:13:14 UTC. -- 2023-11-17T05:33:28.032 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:33:28.381 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":47,"num_osds":8,"num_up_osds":8,"osd_up_since":1700199159,"num_in_osds":8,"osd_in_since":1700199159,"num_remapped_pgs":0} 2023-11-17T05:33:28.382 INFO:tasks.cephadm:Setting up client nodes... 2023-11-17T05:33:28.382 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-17T05:33:29.661 INFO:teuthology.orchestra.run.smithi173.stdout:[client.0] 2023-11-17T05:33:29.661 INFO:teuthology.orchestra.run.smithi173.stdout: key = AQAp+1ZlubUdJxAARyOTb8T6ANYPmSZw9xr+Gw== 2023-11-17T05:33:30.014 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2023-11-17T05:33:30.015 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-17T05:33:30.015 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-17T05:33:30.055 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-17T05:33:30.228 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:33:31.205 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:33:31.205 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":47,"fsid":"39a17d88-8509-11ee-8dbe-212e2dc638e7","created":"2023-11-17T05:22:21.997949+0000","modified":"2023-11-17T05:32:40.498166+0000","last_up_change":"2023-11-17T05:32:39.487110+0000","last_in_change":"2023-11-17T05:32:39.487110+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-17T05:24:04.406393+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":"ce917ac8-a3b4-4bf2-859e-5b0caa970484","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6802","nonce":3301931043},{"type":"v1","addr":"172.21.15.173:6803","nonce":3301931043}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6804","nonce":3301931043},{"type":"v1","addr":"172.21.15.173:6805","nonce":3301931043}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6808","nonce":3301931043},{"type":"v1","addr":"172.21.15.173:6809","nonce":3301931043}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6806","nonce":3301931043},{"type":"v1","addr":"172.21.15.173:6807","nonce":3301931043}]},"public_addr":"172.21.15.173:6803/3301931043","cluster_addr":"172.21.15.173:6805/3301931043","heartbeat_back_addr":"172.21.15.173:6809/3301931043","heartbeat_front_addr":"172.21.15.173:6807/3301931043","state":["exists","up"]},{"osd":1,"uuid":"81b47748-4839-476b-9eee-1ec66eab5371","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6810","nonce":1711641332},{"type":"v1","addr":"172.21.15.173:6811","nonce":1711641332}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6812","nonce":1711641332},{"type":"v1","addr":"172.21.15.173:6813","nonce":1711641332}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6816","nonce":1711641332},{"type":"v1","addr":"172.21.15.173:6817","nonce":1711641332}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6814","nonce":1711641332},{"type":"v1","addr":"172.21.15.173:6815","nonce":1711641332}]},"public_addr":"172.21.15.173:6811/1711641332","cluster_addr":"172.21.15.173:6813/1711641332","heartbeat_back_addr":"172.21.15.173:6817/1711641332","heartbeat_front_addr":"172.21.15.173:6815/1711641332","state":["exists","up"]},{"osd":2,"uuid":"73d3d454-2003-43cd-bbab-5ac20882d472","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6818","nonce":1451224392},{"type":"v1","addr":"172.21.15.173:6819","nonce":1451224392}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6820","nonce":1451224392},{"type":"v1","addr":"172.21.15.173:6821","nonce":1451224392}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6824","nonce":1451224392},{"type":"v1","addr":"172.21.15.173:6825","nonce":1451224392}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6822","nonce":1451224392},{"type":"v1","addr":"172.21.15.173:6823","nonce":1451224392}]},"public_addr":"172.21.15.173:6819/1451224392","cluster_addr":"172.21.15.173:6821/1451224392","heartbeat_back_addr":"172.21.15.173:6825/1451224392","heartbeat_front_addr":"172.21.15.173:6823/1451224392","state":["exists","up"]},{"osd":3,"uuid":"71abdd76-5c62-434f-a9ac-3885ae60c978","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6826","nonce":2131274089},{"type":"v1","addr":"172.21.15.173:6827","nonce":2131274089}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6828","nonce":2131274089},{"type":"v1","addr":"172.21.15.173:6829","nonce":2131274089}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6832","nonce":2131274089},{"type":"v1","addr":"172.21.15.173:6833","nonce":2131274089}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6830","nonce":2131274089},{"type":"v1","addr":"172.21.15.173:6831","nonce":2131274089}]},"public_addr":"172.21.15.173:6827/2131274089","cluster_addr":"172.21.15.173:6829/2131274089","heartbeat_back_addr":"172.21.15.173:6833/2131274089","heartbeat_front_addr":"172.21.15.173:6831/2131274089","state":["exists","up"]},{"osd":4,"uuid":"f9756fbb-7d4d-4e88-9714-3d1e80981ac5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6800","nonce":1706742575},{"type":"v1","addr":"172.21.15.203:6801","nonce":1706742575}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6802","nonce":1706742575},{"type":"v1","addr":"172.21.15.203:6803","nonce":1706742575}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6806","nonce":1706742575},{"type":"v1","addr":"172.21.15.203:6807","nonce":1706742575}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6804","nonce":1706742575},{"type":"v1","addr":"172.21.15.203:6805","nonce":1706742575}]},"public_addr":"172.21.15.203:6801/1706742575","cluster_addr":"172.21.15.203:6803/1706742575","heartbeat_back_addr":"172.21.15.203:6807/1706742575","heartbeat_front_addr":"172.21.15.203:6805/1706742575","state":["exists","up"]},{"osd":5,"uuid":"cf495597-4a23-4ab9-9b0b-d1cfde74d4f8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6808","nonce":313972230},{"type":"v1","addr":"172.21.15.203:6809","nonce":313972230}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6810","nonce":313972230},{"type":"v1","addr":"172.21.15.203:6811","nonce":313972230}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6814","nonce":313972230},{"type":"v1","addr":"172.21.15.203:6815","nonce":313972230}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6812","nonce":313972230},{"type":"v1","addr":"172.21.15.203:6813","nonce":313972230}]},"public_addr":"172.21.15.203:6809/313972230","cluster_addr":"172.21.15.203:6811/313972230","heartbeat_back_addr":"172.21.15.203:6815/313972230","heartbeat_front_addr":"172.21.15.203:6813/313972230","state":["exists","up"]},{"osd":6,"uuid":"1414284f-2e22-49a3-a523-c66d2e87c8a0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6816","nonce":4226887523},{"type":"v1","addr":"172.21.15.203:6817","nonce":4226887523}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6818","nonce":4226887523},{"type":"v1","addr":"172.21.15.203:6819","nonce":4226887523}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6822","nonce":4226887523},{"type":"v1","addr":"172.21.15.203:6823","nonce":4226887523}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6820","nonce":4226887523},{"type":"v1","addr":"172.21.15.203:6821","nonce":4226887523}]},"public_addr":"172.21.15.203:6817/4226887523","cluster_addr":"172.21.15.203:6819/4226887523","heartbeat_back_addr":"172.21.15.203:6823/4226887523","heartbeat_front_addr":"172.21.15.203:6821/4226887523","state":["exists","up"]},{"osd":7,"uuid":"a20c3f5b-905f-4c7a-b061-54a4de6929ac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6824","nonce":169817038},{"type":"v1","addr":"172.21.15.203:6825","nonce":169817038}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6826","nonce":169817038},{"type":"v1","addr":"172.21.15.203:6827","nonce":169817038}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6830","nonce":169817038},{"type":"v1","addr":"172.21.15.203:6831","nonce":169817038}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6828","nonce":169817038},{"type":"v1","addr":"172.21.15.203:6829","nonce":169817038}]},"public_addr":"172.21.15.203:6825/169817038","cluster_addr":"172.21.15.203:6827/169817038","heartbeat_back_addr":"172.21.15.203:6831/169817038","heartbeat_front_addr":"172.21.15.203:6829/169817038","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:29:26.181309+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:30:35.716313+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:30:47.032953+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:30:58.755082+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:31:54.179898+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:32:13.275348+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:32:25.367547+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:32:37.533624+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.173:0/2200820931":"2023-11-18T05:23:09.909271+0000","172.21.15.173:6801/1341034829":"2023-11-18T05:23:09.909271+0000","172.21.15.173:0/2193015623":"2023-11-18T05:23:09.909271+0000","172.21.15.173:6801/4036963325":"2023-11-18T05:22:58.955397+0000","172.21.15.173:6800/4036963325":"2023-11-18T05:22:58.955397+0000","172.21.15.173:0/1275507275":"2023-11-18T05:22:58.955397+0000","172.21.15.173:0/3716990481":"2023-11-18T05:22:37.989005+0000","172.21.15.173:0/1607663408":"2023-11-18T05:22:58.955397+0000","172.21.15.173:6800/1882059766":"2023-11-18T05:22:37.989005+0000","172.21.15.173:6800/1341034829":"2023-11-18T05:23:09.909271+0000","172.21.15.173:0/3650310590":"2023-11-18T05:22:37.989005+0000","172.21.15.173:6801/1882059766":"2023-11-18T05:22:37.989005+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2023-11-17T05:33:31.539 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-11-17T05:24:04.406393+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '13', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-11-17T05:33:31.539 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-11-17T05:33:31.677 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:33:32.694 INFO:teuthology.orchestra.run.smithi173.stdout:pg_num: 1 2023-11-17T05:33:33.047 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-17T05:33:33.047 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-17T05:33:33.047 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-17T05:33:33.185 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:33:34.354 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:33:34.739 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":18,"active_gid":14164,"active_name":"smithi173.hobuag","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6800","nonce":3921300375},{"type":"v1","addr":"172.21.15.173:6801","nonce":3921300375}]},"active_addr":"172.21.15.173:6801/3921300375","active_change":"2023-11-17T05:23:09.909623+0000","active_mgr_features":4540138292840890367,"available":true,"standbys":[{"gid":24111,"name":"smithi203.rpydvi","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://smithi173.front.sepia.ceph.com:8443/","prometheus":"http://smithi173.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.173:0","nonce":3867957360}]},{"addrvec":[{"type":"v2","addr":"172.21.15.173:0","nonce":27832770}]}]}} 2023-11-17T05:33:34.742 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-17T05:33:34.742 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-17T05:33:34.742 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-17T05:33:34.880 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:33:35.938 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:33:35.938 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":47,"fsid":"39a17d88-8509-11ee-8dbe-212e2dc638e7","created":"2023-11-17T05:22:21.997949+0000","modified":"2023-11-17T05:32:40.498166+0000","last_up_change":"2023-11-17T05:32:39.487110+0000","last_in_change":"2023-11-17T05:32:39.487110+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-17T05:24:04.406393+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":"ce917ac8-a3b4-4bf2-859e-5b0caa970484","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6802","nonce":3301931043},{"type":"v1","addr":"172.21.15.173:6803","nonce":3301931043}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6804","nonce":3301931043},{"type":"v1","addr":"172.21.15.173:6805","nonce":3301931043}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6808","nonce":3301931043},{"type":"v1","addr":"172.21.15.173:6809","nonce":3301931043}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6806","nonce":3301931043},{"type":"v1","addr":"172.21.15.173:6807","nonce":3301931043}]},"public_addr":"172.21.15.173:6803/3301931043","cluster_addr":"172.21.15.173:6805/3301931043","heartbeat_back_addr":"172.21.15.173:6809/3301931043","heartbeat_front_addr":"172.21.15.173:6807/3301931043","state":["exists","up"]},{"osd":1,"uuid":"81b47748-4839-476b-9eee-1ec66eab5371","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6810","nonce":1711641332},{"type":"v1","addr":"172.21.15.173:6811","nonce":1711641332}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6812","nonce":1711641332},{"type":"v1","addr":"172.21.15.173:6813","nonce":1711641332}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6816","nonce":1711641332},{"type":"v1","addr":"172.21.15.173:6817","nonce":1711641332}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6814","nonce":1711641332},{"type":"v1","addr":"172.21.15.173:6815","nonce":1711641332}]},"public_addr":"172.21.15.173:6811/1711641332","cluster_addr":"172.21.15.173:6813/1711641332","heartbeat_back_addr":"172.21.15.173:6817/1711641332","heartbeat_front_addr":"172.21.15.173:6815/1711641332","state":["exists","up"]},{"osd":2,"uuid":"73d3d454-2003-43cd-bbab-5ac20882d472","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6818","nonce":1451224392},{"type":"v1","addr":"172.21.15.173:6819","nonce":1451224392}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6820","nonce":1451224392},{"type":"v1","addr":"172.21.15.173:6821","nonce":1451224392}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6824","nonce":1451224392},{"type":"v1","addr":"172.21.15.173:6825","nonce":1451224392}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6822","nonce":1451224392},{"type":"v1","addr":"172.21.15.173:6823","nonce":1451224392}]},"public_addr":"172.21.15.173:6819/1451224392","cluster_addr":"172.21.15.173:6821/1451224392","heartbeat_back_addr":"172.21.15.173:6825/1451224392","heartbeat_front_addr":"172.21.15.173:6823/1451224392","state":["exists","up"]},{"osd":3,"uuid":"71abdd76-5c62-434f-a9ac-3885ae60c978","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6826","nonce":2131274089},{"type":"v1","addr":"172.21.15.173:6827","nonce":2131274089}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6828","nonce":2131274089},{"type":"v1","addr":"172.21.15.173:6829","nonce":2131274089}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6832","nonce":2131274089},{"type":"v1","addr":"172.21.15.173:6833","nonce":2131274089}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6830","nonce":2131274089},{"type":"v1","addr":"172.21.15.173:6831","nonce":2131274089}]},"public_addr":"172.21.15.173:6827/2131274089","cluster_addr":"172.21.15.173:6829/2131274089","heartbeat_back_addr":"172.21.15.173:6833/2131274089","heartbeat_front_addr":"172.21.15.173:6831/2131274089","state":["exists","up"]},{"osd":4,"uuid":"f9756fbb-7d4d-4e88-9714-3d1e80981ac5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6800","nonce":1706742575},{"type":"v1","addr":"172.21.15.203:6801","nonce":1706742575}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6802","nonce":1706742575},{"type":"v1","addr":"172.21.15.203:6803","nonce":1706742575}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6806","nonce":1706742575},{"type":"v1","addr":"172.21.15.203:6807","nonce":1706742575}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6804","nonce":1706742575},{"type":"v1","addr":"172.21.15.203:6805","nonce":1706742575}]},"public_addr":"172.21.15.203:6801/1706742575","cluster_addr":"172.21.15.203:6803/1706742575","heartbeat_back_addr":"172.21.15.203:6807/1706742575","heartbeat_front_addr":"172.21.15.203:6805/1706742575","state":["exists","up"]},{"osd":5,"uuid":"cf495597-4a23-4ab9-9b0b-d1cfde74d4f8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6808","nonce":313972230},{"type":"v1","addr":"172.21.15.203:6809","nonce":313972230}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6810","nonce":313972230},{"type":"v1","addr":"172.21.15.203:6811","nonce":313972230}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6814","nonce":313972230},{"type":"v1","addr":"172.21.15.203:6815","nonce":313972230}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6812","nonce":313972230},{"type":"v1","addr":"172.21.15.203:6813","nonce":313972230}]},"public_addr":"172.21.15.203:6809/313972230","cluster_addr":"172.21.15.203:6811/313972230","heartbeat_back_addr":"172.21.15.203:6815/313972230","heartbeat_front_addr":"172.21.15.203:6813/313972230","state":["exists","up"]},{"osd":6,"uuid":"1414284f-2e22-49a3-a523-c66d2e87c8a0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6816","nonce":4226887523},{"type":"v1","addr":"172.21.15.203:6817","nonce":4226887523}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6818","nonce":4226887523},{"type":"v1","addr":"172.21.15.203:6819","nonce":4226887523}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6822","nonce":4226887523},{"type":"v1","addr":"172.21.15.203:6823","nonce":4226887523}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6820","nonce":4226887523},{"type":"v1","addr":"172.21.15.203:6821","nonce":4226887523}]},"public_addr":"172.21.15.203:6817/4226887523","cluster_addr":"172.21.15.203:6819/4226887523","heartbeat_back_addr":"172.21.15.203:6823/4226887523","heartbeat_front_addr":"172.21.15.203:6821/4226887523","state":["exists","up"]},{"osd":7,"uuid":"a20c3f5b-905f-4c7a-b061-54a4de6929ac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6824","nonce":169817038},{"type":"v1","addr":"172.21.15.203:6825","nonce":169817038}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6826","nonce":169817038},{"type":"v1","addr":"172.21.15.203:6827","nonce":169817038}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6830","nonce":169817038},{"type":"v1","addr":"172.21.15.203:6831","nonce":169817038}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6828","nonce":169817038},{"type":"v1","addr":"172.21.15.203:6829","nonce":169817038}]},"public_addr":"172.21.15.203:6825/169817038","cluster_addr":"172.21.15.203:6827/169817038","heartbeat_back_addr":"172.21.15.203:6831/169817038","heartbeat_front_addr":"172.21.15.203:6829/169817038","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:29:26.181309+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:30:35.716313+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:30:47.032953+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:30:58.755082+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:31:54.179898+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:32:13.275348+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:32:25.367547+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:32:37.533624+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.173:0/2200820931":"2023-11-18T05:23:09.909271+0000","172.21.15.173:6801/1341034829":"2023-11-18T05:23:09.909271+0000","172.21.15.173:0/2193015623":"2023-11-18T05:23:09.909271+0000","172.21.15.173:6801/4036963325":"2023-11-18T05:22:58.955397+0000","172.21.15.173:6800/4036963325":"2023-11-18T05:22:58.955397+0000","172.21.15.173:0/1275507275":"2023-11-18T05:22:58.955397+0000","172.21.15.173:0/3716990481":"2023-11-18T05:22:37.989005+0000","172.21.15.173:0/1607663408":"2023-11-18T05:22:58.955397+0000","172.21.15.173:6800/1882059766":"2023-11-18T05:22:37.989005+0000","172.21.15.173:6800/1341034829":"2023-11-18T05:23:09.909271+0000","172.21.15.173:0/3650310590":"2023-11-18T05:22:37.989005+0000","172.21.15.173:6801/1882059766":"2023-11-18T05:22:37.989005+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2023-11-17T05:33:36.289 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-17T05:33:36.290 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-17T05:33:36.431 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:33:37.464 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:33:37.464 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":47,"fsid":"39a17d88-8509-11ee-8dbe-212e2dc638e7","created":"2023-11-17T05:22:21.997949+0000","modified":"2023-11-17T05:32:40.498166+0000","last_up_change":"2023-11-17T05:32:39.487110+0000","last_in_change":"2023-11-17T05:32:39.487110+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-17T05:24:04.406393+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":"ce917ac8-a3b4-4bf2-859e-5b0caa970484","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6802","nonce":3301931043},{"type":"v1","addr":"172.21.15.173:6803","nonce":3301931043}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6804","nonce":3301931043},{"type":"v1","addr":"172.21.15.173:6805","nonce":3301931043}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6808","nonce":3301931043},{"type":"v1","addr":"172.21.15.173:6809","nonce":3301931043}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6806","nonce":3301931043},{"type":"v1","addr":"172.21.15.173:6807","nonce":3301931043}]},"public_addr":"172.21.15.173:6803/3301931043","cluster_addr":"172.21.15.173:6805/3301931043","heartbeat_back_addr":"172.21.15.173:6809/3301931043","heartbeat_front_addr":"172.21.15.173:6807/3301931043","state":["exists","up"]},{"osd":1,"uuid":"81b47748-4839-476b-9eee-1ec66eab5371","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6810","nonce":1711641332},{"type":"v1","addr":"172.21.15.173:6811","nonce":1711641332}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6812","nonce":1711641332},{"type":"v1","addr":"172.21.15.173:6813","nonce":1711641332}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6816","nonce":1711641332},{"type":"v1","addr":"172.21.15.173:6817","nonce":1711641332}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6814","nonce":1711641332},{"type":"v1","addr":"172.21.15.173:6815","nonce":1711641332}]},"public_addr":"172.21.15.173:6811/1711641332","cluster_addr":"172.21.15.173:6813/1711641332","heartbeat_back_addr":"172.21.15.173:6817/1711641332","heartbeat_front_addr":"172.21.15.173:6815/1711641332","state":["exists","up"]},{"osd":2,"uuid":"73d3d454-2003-43cd-bbab-5ac20882d472","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6818","nonce":1451224392},{"type":"v1","addr":"172.21.15.173:6819","nonce":1451224392}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6820","nonce":1451224392},{"type":"v1","addr":"172.21.15.173:6821","nonce":1451224392}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6824","nonce":1451224392},{"type":"v1","addr":"172.21.15.173:6825","nonce":1451224392}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6822","nonce":1451224392},{"type":"v1","addr":"172.21.15.173:6823","nonce":1451224392}]},"public_addr":"172.21.15.173:6819/1451224392","cluster_addr":"172.21.15.173:6821/1451224392","heartbeat_back_addr":"172.21.15.173:6825/1451224392","heartbeat_front_addr":"172.21.15.173:6823/1451224392","state":["exists","up"]},{"osd":3,"uuid":"71abdd76-5c62-434f-a9ac-3885ae60c978","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6826","nonce":2131274089},{"type":"v1","addr":"172.21.15.173:6827","nonce":2131274089}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6828","nonce":2131274089},{"type":"v1","addr":"172.21.15.173:6829","nonce":2131274089}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6832","nonce":2131274089},{"type":"v1","addr":"172.21.15.173:6833","nonce":2131274089}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6830","nonce":2131274089},{"type":"v1","addr":"172.21.15.173:6831","nonce":2131274089}]},"public_addr":"172.21.15.173:6827/2131274089","cluster_addr":"172.21.15.173:6829/2131274089","heartbeat_back_addr":"172.21.15.173:6833/2131274089","heartbeat_front_addr":"172.21.15.173:6831/2131274089","state":["exists","up"]},{"osd":4,"uuid":"f9756fbb-7d4d-4e88-9714-3d1e80981ac5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6800","nonce":1706742575},{"type":"v1","addr":"172.21.15.203:6801","nonce":1706742575}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6802","nonce":1706742575},{"type":"v1","addr":"172.21.15.203:6803","nonce":1706742575}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6806","nonce":1706742575},{"type":"v1","addr":"172.21.15.203:6807","nonce":1706742575}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6804","nonce":1706742575},{"type":"v1","addr":"172.21.15.203:6805","nonce":1706742575}]},"public_addr":"172.21.15.203:6801/1706742575","cluster_addr":"172.21.15.203:6803/1706742575","heartbeat_back_addr":"172.21.15.203:6807/1706742575","heartbeat_front_addr":"172.21.15.203:6805/1706742575","state":["exists","up"]},{"osd":5,"uuid":"cf495597-4a23-4ab9-9b0b-d1cfde74d4f8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6808","nonce":313972230},{"type":"v1","addr":"172.21.15.203:6809","nonce":313972230}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6810","nonce":313972230},{"type":"v1","addr":"172.21.15.203:6811","nonce":313972230}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6814","nonce":313972230},{"type":"v1","addr":"172.21.15.203:6815","nonce":313972230}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6812","nonce":313972230},{"type":"v1","addr":"172.21.15.203:6813","nonce":313972230}]},"public_addr":"172.21.15.203:6809/313972230","cluster_addr":"172.21.15.203:6811/313972230","heartbeat_back_addr":"172.21.15.203:6815/313972230","heartbeat_front_addr":"172.21.15.203:6813/313972230","state":["exists","up"]},{"osd":6,"uuid":"1414284f-2e22-49a3-a523-c66d2e87c8a0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6816","nonce":4226887523},{"type":"v1","addr":"172.21.15.203:6817","nonce":4226887523}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6818","nonce":4226887523},{"type":"v1","addr":"172.21.15.203:6819","nonce":4226887523}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6822","nonce":4226887523},{"type":"v1","addr":"172.21.15.203:6823","nonce":4226887523}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6820","nonce":4226887523},{"type":"v1","addr":"172.21.15.203:6821","nonce":4226887523}]},"public_addr":"172.21.15.203:6817/4226887523","cluster_addr":"172.21.15.203:6819/4226887523","heartbeat_back_addr":"172.21.15.203:6823/4226887523","heartbeat_front_addr":"172.21.15.203:6821/4226887523","state":["exists","up"]},{"osd":7,"uuid":"a20c3f5b-905f-4c7a-b061-54a4de6929ac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6824","nonce":169817038},{"type":"v1","addr":"172.21.15.203:6825","nonce":169817038}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6826","nonce":169817038},{"type":"v1","addr":"172.21.15.203:6827","nonce":169817038}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6830","nonce":169817038},{"type":"v1","addr":"172.21.15.203:6831","nonce":169817038}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6828","nonce":169817038},{"type":"v1","addr":"172.21.15.203:6829","nonce":169817038}]},"public_addr":"172.21.15.203:6825/169817038","cluster_addr":"172.21.15.203:6827/169817038","heartbeat_back_addr":"172.21.15.203:6831/169817038","heartbeat_front_addr":"172.21.15.203:6829/169817038","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:29:26.181309+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:30:35.716313+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:30:47.032953+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:30:58.755082+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:31:54.179898+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:32:13.275348+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:32:25.367547+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T05:32:37.533624+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.173:0/2200820931":"2023-11-18T05:23:09.909271+0000","172.21.15.173:6801/1341034829":"2023-11-18T05:23:09.909271+0000","172.21.15.173:0/2193015623":"2023-11-18T05:23:09.909271+0000","172.21.15.173:6801/4036963325":"2023-11-18T05:22:58.955397+0000","172.21.15.173:6800/4036963325":"2023-11-18T05:22:58.955397+0000","172.21.15.173:0/1275507275":"2023-11-18T05:22:58.955397+0000","172.21.15.173:0/3716990481":"2023-11-18T05:22:37.989005+0000","172.21.15.173:0/1607663408":"2023-11-18T05:22:58.955397+0000","172.21.15.173:6800/1882059766":"2023-11-18T05:22:37.989005+0000","172.21.15.173:6800/1341034829":"2023-11-18T05:23:09.909271+0000","172.21.15.173:0/3650310590":"2023-11-18T05:22:37.989005+0000","172.21.15.173:6801/1882059766":"2023-11-18T05:22:37.989005+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2023-11-17T05:33:37.814 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-17T05:33:37.951 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:33:39.313 INFO:teuthology.orchestra.run.smithi173.stdout:47244640309 2023-11-17T05:33:39.313 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-17T05:33:39.457 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:33:40.664 INFO:teuthology.orchestra.run.smithi173.stdout:73014444072 2023-11-17T05:33:40.665 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-17T05:33:40.802 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:33:42.162 INFO:teuthology.orchestra.run.smithi173.stdout:90194313254 2023-11-17T05:33:42.163 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-17T05:33:42.302 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:33:43.545 INFO:teuthology.orchestra.run.smithi173.stdout:111669149732 2023-11-17T05:33:43.546 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-17T05:33:43.685 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:33:45.003 INFO:teuthology.orchestra.run.smithi173.stdout:133143986200 2023-11-17T05:33:45.003 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-17T05:33:45.144 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:33:46.420 INFO:teuthology.orchestra.run.smithi173.stdout:154618822676 2023-11-17T05:33:46.421 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-17T05:33:46.558 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:33:47.844 INFO:teuthology.orchestra.run.smithi173.stdout:176093659155 2023-11-17T05:33:47.845 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-17T05:33:47.980 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:33:49.161 INFO:teuthology.orchestra.run.smithi173.stdout:197568495632 2023-11-17T05:33:49.472 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-17T05:33:49.609 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:33:50.685 INFO:teuthology.orchestra.run.smithi173.stdout:47244640312 2023-11-17T05:33:51.053 INFO:tasks.cephadm.ceph_manager.ceph:need seq 47244640309 got 47244640312 for osd.0 2023-11-17T05:33:51.053 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-17T05:33:51.188 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:33:52.113 INFO:teuthology.orchestra.run.smithi173.stdout:73014444074 2023-11-17T05:33:52.452 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444072 got 73014444074 for osd.1 2023-11-17T05:33:52.452 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-17T05:33:52.590 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:33:53.621 INFO:teuthology.orchestra.run.smithi173.stdout:90194313256 2023-11-17T05:33:53.977 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313254 got 90194313256 for osd.2 2023-11-17T05:33:53.978 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-17T05:33:54.114 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:33:55.202 INFO:teuthology.orchestra.run.smithi173.stdout:111669149734 2023-11-17T05:33:55.683 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149732 got 111669149734 for osd.3 2023-11-17T05:33:55.683 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-17T05:33:55.832 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:33:56.850 INFO:teuthology.orchestra.run.smithi173.stdout:133143986202 2023-11-17T05:33:57.194 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986200 got 133143986202 for osd.4 2023-11-17T05:33:57.194 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-17T05:33:57.332 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:33:58.431 INFO:teuthology.orchestra.run.smithi173.stdout:154618822679 2023-11-17T05:33:58.786 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822676 got 154618822679 for osd.5 2023-11-17T05:33:58.786 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-17T05:33:58.924 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:33:59.999 INFO:teuthology.orchestra.run.smithi173.stdout:176093659157 2023-11-17T05:34:00.353 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659155 got 176093659157 for osd.6 2023-11-17T05:34:00.353 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-17T05:34:00.491 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:34:01.552 INFO:teuthology.orchestra.run.smithi173.stdout:197568495635 2023-11-17T05:34:01.893 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495632 got 197568495635 for osd.7 2023-11-17T05:34:01.893 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-17T05:34:01.893 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-17T05:34:02.033 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:34:03.052 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:34:03.053 INFO:teuthology.orchestra.run.smithi173.stderr:dumped all 2023-11-17T05:34:03.393 INFO:teuthology.orchestra.run.smithi173.stdout:{"pg_ready":true,"pg_map":{"version":362,"stamp":"2023-11-17T05:34:02.082055+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":8392220,"kb_used_data":3548,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568996,"statfs":{"total":767960285184,"available":759366651904,"internally_reserved":8589934592,"allocated":3633152,"data_stored":1459320,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":"10","reported_epoch":"47","state":"active+clean","last_fresh":"2023-11-17T05:32:41.305790+0000","last_change":"2023-11-17T05:32:41.305790+0000","last_active":"2023-11-17T05:32:41.305790+0000","last_peered":"2023-11-17T05:32:41.305790+0000","last_clean":"2023-11-17T05:32:41.305790+0000","last_became_active":"2023-11-17T05:32:41.305306+0000","last_became_peered":"2023-11-17T05:32:41.305306+0000","last_unstale":"2023-11-17T05:32:41.305790+0000","last_undegraded":"2023-11-17T05:32:41.305790+0000","last_fullsized":"2023-11-17T05:32:41.305790+0000","mapping_epoch":46,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":47,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-17T05:24:05.171775+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-17T05:24:05.171775+0000","last_clean_scrub_stamp":"2023-11-17T05:24:05.171775+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":46,"seq":197568495635,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"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":"Fri Nov 17 05:33:39 2023","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.44400000000000001}]},{"osd":1,"last update":"Fri Nov 17 05:33:39 2023","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.53900000000000003}]},{"osd":2,"last update":"Fri Nov 17 05:33:39 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.48499999999999999}]},{"osd":3,"last update":"Fri Nov 17 05:33:39 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.42099999999999999}]},{"osd":4,"last update":"Fri Nov 17 05:33:39 2023","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.38800000000000001},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"last":0.34300000000000003}]},{"osd":5,"last update":"Fri Nov 17 05:33:39 2023","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.50800000000000001}]},{"osd":6,"last update":"Fri Nov 17 05:33:39 2023","interfaces":[{"interface":"back","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.38}]}]},{"osd":6,"up_from":41,"seq":176093659158,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"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":"Fri Nov 17 05:33:27 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.496},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.38100000000000001}]},{"osd":1,"last update":"Fri Nov 17 05:33:27 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.44800000000000001}]},{"osd":2,"last update":"Fri Nov 17 05:33:27 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.41699999999999998},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.43099999999999999}]},{"osd":3,"last update":"Fri Nov 17 05:33:27 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.40300000000000002},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.46500000000000002}]},{"osd":4,"last update":"Fri Nov 17 05:33:27 2023","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.45600000000000002}]},{"osd":5,"last update":"Fri Nov 17 05:33:27 2023","interfaces":[{"interface":"back","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.48799999999999999}]},{"osd":7,"last update":"Fri Nov 17 05:33:42 2023","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.51800000000000002}]}]},{"osd":1,"up_from":17,"seq":73014444076,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049024,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696128,"statfs":{"total":95995035648,"available":94920835072,"internally_reserved":1073741824,"allocated":450560,"data_stored":182177,"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":"Fri Nov 17 05:33:43 2023","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.32900000000000001,"15min":0.311},"min":{"1min":0.22500000000000001,"5min":0.17899999999999999,"15min":0.17899999999999999},"max":{"1min":0.46800000000000003,"5min":0.49099999999999999,"15min":0.49099999999999999},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.35899999999999999,"5min":0.32700000000000001,"15min":0.313},"min":{"1min":0.24399999999999999,"5min":0.189,"15min":0.189},"max":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.255}]},{"osd":2,"last update":"Fri Nov 17 05:33:55 2023","interfaces":[{"interface":"back","average":{"1min":0.35599999999999998,"5min":0.36299999999999999,"15min":0.35999999999999999},"min":{"1min":0.246,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.26900000000000002},{"interface":"front","average":{"1min":0.34300000000000003,"5min":0.34799999999999998,"15min":0.34100000000000003},"min":{"1min":0.23300000000000001,"5min":0.214,"15min":0.214},"max":{"1min":0.47099999999999997,"5min":0.51600000000000001,"15min":0.51600000000000001},"last":0.26200000000000001}]},{"osd":3,"last update":"Fri Nov 17 05:33:05 2023","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.374,"15min":0.371},"min":{"1min":0.30199999999999999,"5min":0.245,"15min":0.245},"max":{"1min":0.504,"5min":0.505,"15min":0.505},"last":0.29499999999999998},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.40300000000000002,"15min":0.39900000000000002},"min":{"1min":0.313,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.31900000000000001}]},{"osd":4,"last update":"Fri Nov 17 05:32:56 2023","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.52700000000000002},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.46000000000000002}]},{"osd":5,"last update":"Fri Nov 17 05:33:15 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.55700000000000005}]},{"osd":6,"last update":"Fri Nov 17 05:33:28 2023","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.57499999999999996}]},{"osd":7,"last update":"Fri Nov 17 05:33:43 2023","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.49399999999999999}]}]},{"osd":0,"up_from":11,"seq":47244640314,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"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":"Fri Nov 17 05:33:42 2023","interfaces":[{"interface":"back","average":{"1min":0.313,"5min":0.32000000000000001,"15min":0.308},"min":{"1min":0.23499999999999999,"5min":0.223,"15min":0.223},"max":{"1min":0.432,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.34999999999999998,"5min":0.33700000000000002,"15min":0.32100000000000001},"min":{"1min":0.26000000000000001,"5min":0.22,"15min":0.22},"max":{"1min":0.46999999999999997,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.46700000000000003}]},{"osd":2,"last update":"Fri Nov 17 05:33:55 2023","interfaces":[{"interface":"back","average":{"1min":0.34899999999999998,"5min":0.35199999999999998,"15min":0.34300000000000003},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.52100000000000002},{"interface":"front","average":{"1min":0.32100000000000001,"5min":0.34000000000000002,"15min":0.33500000000000002},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.441,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.441}]},{"osd":3,"last update":"Fri Nov 17 05:33:05 2023","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.36199999999999999,"15min":0.35799999999999998},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.432,"5min":0.40300000000000002,"15min":0.39800000000000002},"min":{"1min":0.32900000000000001,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.435}]},{"osd":4,"last update":"Fri Nov 17 05:32:56 2023","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.61599999999999999}]},{"osd":5,"last update":"Fri Nov 17 05:33:16 2023","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.54100000000000004}]},{"osd":6,"last update":"Fri Nov 17 05:33:31 2023","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.56399999999999995}]},{"osd":7,"last update":"Fri Nov 17 05:33:39 2023","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.64300000000000002},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.66900000000000004}]}]},{"osd":2,"up_from":21,"seq":90194313258,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"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":"Fri Nov 17 05:33:51 2023","interfaces":[{"interface":"back","average":{"1min":0.33000000000000002,"5min":0.33900000000000002,"15min":0.33300000000000002},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.45700000000000002,"5min":0.48899999999999999,"15min":0.48899999999999999},"last":0.28100000000000003},{"interface":"front","average":{"1min":0.36199999999999999,"5min":0.35999999999999999,"15min":0.35199999999999998},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.48599999999999999,"5min":0.53400000000000003,"15min":0.53400000000000003},"last":0.33400000000000002}]},{"osd":1,"last update":"Fri Nov 17 05:33:51 2023","interfaces":[{"interface":"back","average":{"1min":0.35299999999999998,"5min":0.36099999999999999,"15min":0.35699999999999998},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.51300000000000001,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.32700000000000001},{"interface":"front","average":{"1min":0.34899999999999998,"5min":0.35399999999999998,"15min":0.35099999999999998},"min":{"1min":0.245,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.45200000000000001,"5min":0.49399999999999999,"15min":0.49399999999999999},"last":0.36799999999999999}]},{"osd":3,"last update":"Fri Nov 17 05:33:08 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.40799999999999997,"15min":0.40699999999999997},"min":{"1min":0.34399999999999997,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.54700000000000004,"5min":0.62,"15min":0.62},"last":0.31},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.40500000000000003,"15min":0.40300000000000002},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.315}]},{"osd":4,"last update":"Fri Nov 17 05:33:59 2023","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.57199999999999995,"15min":0.56999999999999995},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.71499999999999997},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.56399999999999995,"15min":0.56599999999999995},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.76700000000000002,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.76000000000000001}]},{"osd":5,"last update":"Fri Nov 17 05:33:16 2023","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.73899999999999999},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.61399999999999999}]},{"osd":6,"last update":"Fri Nov 17 05:33:29 2023","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.77900000000000003}]},{"osd":7,"last update":"Fri Nov 17 05:33:40 2023","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.73099999999999998}]}]},{"osd":3,"up_from":26,"seq":111669149736,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"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":"Fri Nov 17 05:33:02 2023","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35099999999999998,"15min":0.34899999999999998},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"last":0.24199999999999999},{"interface":"front","average":{"1min":0.379,"5min":0.36099999999999999,"15min":0.35799999999999998},"min":{"1min":0.28299999999999997,"5min":0.224,"15min":0.224},"max":{"1min":0.46100000000000002,"5min":0.52900000000000003,"15min":0.52900000000000003},"last":0.19400000000000001}]},{"osd":1,"last update":"Fri Nov 17 05:33:02 2023","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.38,"15min":0.378},"min":{"1min":0.29699999999999999,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.48299999999999998,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.25600000000000001},{"interface":"front","average":{"1min":0.38,"5min":0.35799999999999998,"15min":0.35399999999999998},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.48899999999999999,"5min":0.502,"15min":0.502},"last":0.22900000000000001}]},{"osd":2,"last update":"Fri Nov 17 05:33:02 2023","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.38700000000000001,"15min":0.38400000000000001},"min":{"1min":0.317,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.26600000000000001},{"interface":"front","average":{"1min":0.379,"5min":0.371,"15min":0.37},"min":{"1min":0.28699999999999998,"5min":0.254,"15min":0.254},"max":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"last":0.27100000000000002}]},{"osd":4,"last update":"Fri Nov 17 05:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.53400000000000003,"15min":0.52900000000000003},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.95999999999999996,"5min":0.95999999999999996,"15min":0.95999999999999996},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.52500000000000002}]},{"osd":5,"last update":"Fri Nov 17 05:33:17 2023","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.50900000000000001}]},{"osd":6,"last update":"Fri Nov 17 05:33:29 2023","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.503}]},{"osd":7,"last update":"Fri Nov 17 05:33:40 2023","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.93700000000000006,"5min":0.93700000000000006,"15min":0.93700000000000006},"last":0.48599999999999999}]}]},{"osd":4,"up_from":31,"seq":133143986204,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"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":"Fri Nov 17 05:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.51300000000000001,"15min":0.51400000000000001},"min":{"1min":0.38200000000000001,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.64700000000000002,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.48499999999999999,"15min":0.48099999999999998},"min":{"1min":0.40500000000000003,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.63800000000000001,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.49299999999999999}]},{"osd":1,"last update":"Fri Nov 17 05:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.498,"15min":0.497},"min":{"1min":0.373,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.65400000000000003,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.36499999999999999,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.66200000000000003,"5min":0.88600000000000001,"15min":0.88600000000000001},"last":0.36499999999999999}]},{"osd":2,"last update":"Fri Nov 17 05:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.53500000000000003,"15min":0.53700000000000003},"min":{"1min":0.39300000000000002,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.64900000000000002,"5min":0.97999999999999998,"15min":0.97999999999999998},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.505,"15min":0.503},"min":{"1min":0.437,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.627,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.45400000000000001}]},{"osd":3,"last update":"Fri Nov 17 05:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.52100000000000002,"15min":0.52300000000000002},"min":{"1min":0.40000000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.63200000000000001,"5min":1.006,"15min":1.006},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.52300000000000002,"15min":0.52500000000000002},"min":{"1min":0.41999999999999998,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.65200000000000002,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.51100000000000001}]},{"osd":5,"last update":"Fri Nov 17 05:33:15 2023","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.44500000000000001}]},{"osd":6,"last update":"Fri Nov 17 05:33:29 2023","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.52800000000000002}]},{"osd":7,"last update":"Fri Nov 17 05:33:39 2023","interfaces":[{"interface":"back","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.504},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.55900000000000005}]}]},{"osd":5,"up_from":36,"seq":154618822680,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"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":"Fri Nov 17 05:33:19 2023","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.93000000000000005},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.88100000000000001}]},{"osd":1,"last update":"Fri Nov 17 05:33:19 2023","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.995},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.95499999999999996}]},{"osd":2,"last update":"Fri Nov 17 05:33:19 2023","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.90700000000000003},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":1.0389999999999999}]},{"osd":3,"last update":"Fri Nov 17 05:33:19 2023","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.96899999999999997},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.85899999999999999}]},{"osd":4,"last update":"Fri Nov 17 05:33:19 2023","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.311},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.33000000000000002}]},{"osd":6,"last update":"Fri Nov 17 05:33:29 2023","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.32100000000000001}]},{"osd":7,"last update":"Fri Nov 17 05:33:44 2023","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.35099999999999998}]}]}]}} 2023-11-17T05:34:03.413 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-17T05:34:03.549 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:34:04.618 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:34:04.619 INFO:teuthology.orchestra.run.smithi173.stderr:dumped all 2023-11-17T05:34:04.975 INFO:teuthology.orchestra.run.smithi173.stdout:{"pg_ready":true,"pg_map":{"version":363,"stamp":"2023-11-17T05:34:04.082470+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":8392220,"kb_used_data":3548,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568996,"statfs":{"total":767960285184,"available":759366651904,"internally_reserved":8589934592,"allocated":3633152,"data_stored":1459320,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":"10","reported_epoch":"47","state":"active+clean","last_fresh":"2023-11-17T05:32:41.305790+0000","last_change":"2023-11-17T05:32:41.305790+0000","last_active":"2023-11-17T05:32:41.305790+0000","last_peered":"2023-11-17T05:32:41.305790+0000","last_clean":"2023-11-17T05:32:41.305790+0000","last_became_active":"2023-11-17T05:32:41.305306+0000","last_became_peered":"2023-11-17T05:32:41.305306+0000","last_unstale":"2023-11-17T05:32:41.305790+0000","last_undegraded":"2023-11-17T05:32:41.305790+0000","last_fullsized":"2023-11-17T05:32:41.305790+0000","mapping_epoch":46,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":47,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-17T05:24:05.171775+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-17T05:24:05.171775+0000","last_clean_scrub_stamp":"2023-11-17T05:24:05.171775+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":46,"seq":197568495635,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"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":"Fri Nov 17 05:33:39 2023","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.44400000000000001}]},{"osd":1,"last update":"Fri Nov 17 05:33:39 2023","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.53900000000000003}]},{"osd":2,"last update":"Fri Nov 17 05:33:39 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.48499999999999999}]},{"osd":3,"last update":"Fri Nov 17 05:33:39 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.42099999999999999}]},{"osd":4,"last update":"Fri Nov 17 05:33:39 2023","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.38800000000000001},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"last":0.34300000000000003}]},{"osd":5,"last update":"Fri Nov 17 05:33:39 2023","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.50800000000000001}]},{"osd":6,"last update":"Fri Nov 17 05:33:39 2023","interfaces":[{"interface":"back","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.38}]}]},{"osd":6,"up_from":41,"seq":176093659159,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"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":"Fri Nov 17 05:33:27 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.45500000000000002}]},{"osd":1,"last update":"Fri Nov 17 05:33:27 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.54300000000000004}]},{"osd":2,"last update":"Fri Nov 17 05:33:27 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.442},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.51300000000000001}]},{"osd":3,"last update":"Fri Nov 17 05:33:27 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.502}]},{"osd":4,"last update":"Fri Nov 17 05:33:27 2023","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.432}]},{"osd":5,"last update":"Fri Nov 17 05:33:27 2023","interfaces":[{"interface":"back","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.55700000000000005}]},{"osd":7,"last update":"Fri Nov 17 05:33:42 2023","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.48399999999999999}]}]},{"osd":1,"up_from":17,"seq":73014444077,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049024,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696128,"statfs":{"total":95995035648,"available":94920835072,"internally_reserved":1073741824,"allocated":450560,"data_stored":182177,"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":"Fri Nov 17 05:33:43 2023","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.32900000000000001,"15min":0.311},"min":{"1min":0.22500000000000001,"5min":0.17899999999999999,"15min":0.17899999999999999},"max":{"1min":0.46800000000000003,"5min":0.49099999999999999,"15min":0.49099999999999999},"last":0.314},{"interface":"front","average":{"1min":0.35899999999999999,"5min":0.32700000000000001,"15min":0.313},"min":{"1min":0.24399999999999999,"5min":0.189,"15min":0.189},"max":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.24199999999999999}]},{"osd":2,"last update":"Fri Nov 17 05:33:55 2023","interfaces":[{"interface":"back","average":{"1min":0.35599999999999998,"5min":0.36299999999999999,"15min":0.35999999999999999},"min":{"1min":0.246,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.28599999999999998},{"interface":"front","average":{"1min":0.34300000000000003,"5min":0.34799999999999998,"15min":0.34100000000000003},"min":{"1min":0.23300000000000001,"5min":0.214,"15min":0.214},"max":{"1min":0.47099999999999997,"5min":0.51600000000000001,"15min":0.51600000000000001},"last":0.23100000000000001}]},{"osd":3,"last update":"Fri Nov 17 05:33:05 2023","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.374,"15min":0.371},"min":{"1min":0.30199999999999999,"5min":0.245,"15min":0.245},"max":{"1min":0.504,"5min":0.505,"15min":0.505},"last":0.27100000000000002},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.40300000000000002,"15min":0.39900000000000002},"min":{"1min":0.313,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.32900000000000001}]},{"osd":4,"last update":"Fri Nov 17 05:34:01 2023","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.54000000000000004,"15min":0.54400000000000004},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.752,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.34999999999999998},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.52500000000000002,"15min":0.52100000000000002},"min":{"1min":0.36199999999999999,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.752,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.42699999999999999}]},{"osd":5,"last update":"Fri Nov 17 05:33:15 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.35699999999999998}]},{"osd":6,"last update":"Fri Nov 17 05:33:28 2023","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.376}]},{"osd":7,"last update":"Fri Nov 17 05:33:43 2023","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.38300000000000001}]}]},{"osd":0,"up_from":11,"seq":47244640314,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"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":"Fri Nov 17 05:33:42 2023","interfaces":[{"interface":"back","average":{"1min":0.313,"5min":0.32000000000000001,"15min":0.308},"min":{"1min":0.23499999999999999,"5min":0.223,"15min":0.223},"max":{"1min":0.432,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.34999999999999998,"5min":0.33700000000000002,"15min":0.32100000000000001},"min":{"1min":0.26000000000000001,"5min":0.22,"15min":0.22},"max":{"1min":0.46999999999999997,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.46700000000000003}]},{"osd":2,"last update":"Fri Nov 17 05:33:55 2023","interfaces":[{"interface":"back","average":{"1min":0.34899999999999998,"5min":0.35199999999999998,"15min":0.34300000000000003},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.52100000000000002},{"interface":"front","average":{"1min":0.32100000000000001,"5min":0.34000000000000002,"15min":0.33500000000000002},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.441,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.441}]},{"osd":3,"last update":"Fri Nov 17 05:33:05 2023","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.36199999999999999,"15min":0.35799999999999998},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.432,"5min":0.40300000000000002,"15min":0.39800000000000002},"min":{"1min":0.32900000000000001,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.435}]},{"osd":4,"last update":"Fri Nov 17 05:32:56 2023","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.61599999999999999}]},{"osd":5,"last update":"Fri Nov 17 05:33:16 2023","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.54100000000000004}]},{"osd":6,"last update":"Fri Nov 17 05:33:31 2023","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.56399999999999995}]},{"osd":7,"last update":"Fri Nov 17 05:33:39 2023","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.64300000000000002},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.66900000000000004}]}]},{"osd":2,"up_from":21,"seq":90194313258,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"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":"Fri Nov 17 05:33:51 2023","interfaces":[{"interface":"back","average":{"1min":0.33000000000000002,"5min":0.33900000000000002,"15min":0.33300000000000002},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.45700000000000002,"5min":0.48899999999999999,"15min":0.48899999999999999},"last":0.28100000000000003},{"interface":"front","average":{"1min":0.36199999999999999,"5min":0.35999999999999999,"15min":0.35199999999999998},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.48599999999999999,"5min":0.53400000000000003,"15min":0.53400000000000003},"last":0.33400000000000002}]},{"osd":1,"last update":"Fri Nov 17 05:33:51 2023","interfaces":[{"interface":"back","average":{"1min":0.35299999999999998,"5min":0.36099999999999999,"15min":0.35699999999999998},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.51300000000000001,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.32700000000000001},{"interface":"front","average":{"1min":0.34899999999999998,"5min":0.35399999999999998,"15min":0.35099999999999998},"min":{"1min":0.245,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.45200000000000001,"5min":0.49399999999999999,"15min":0.49399999999999999},"last":0.36799999999999999}]},{"osd":3,"last update":"Fri Nov 17 05:33:08 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.40799999999999997,"15min":0.40699999999999997},"min":{"1min":0.34399999999999997,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.54700000000000004,"5min":0.62,"15min":0.62},"last":0.31},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.40500000000000003,"15min":0.40300000000000002},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.315}]},{"osd":4,"last update":"Fri Nov 17 05:33:59 2023","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.57199999999999995,"15min":0.56999999999999995},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.71499999999999997},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.56399999999999995,"15min":0.56599999999999995},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.76700000000000002,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.76000000000000001}]},{"osd":5,"last update":"Fri Nov 17 05:33:16 2023","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.73899999999999999},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.61399999999999999}]},{"osd":6,"last update":"Fri Nov 17 05:33:29 2023","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.77900000000000003}]},{"osd":7,"last update":"Fri Nov 17 05:33:40 2023","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.73099999999999998}]}]},{"osd":3,"up_from":26,"seq":111669149736,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"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":"Fri Nov 17 05:33:02 2023","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35099999999999998,"15min":0.34899999999999998},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"last":0.24199999999999999},{"interface":"front","average":{"1min":0.379,"5min":0.36099999999999999,"15min":0.35799999999999998},"min":{"1min":0.28299999999999997,"5min":0.224,"15min":0.224},"max":{"1min":0.46100000000000002,"5min":0.52900000000000003,"15min":0.52900000000000003},"last":0.19400000000000001}]},{"osd":1,"last update":"Fri Nov 17 05:33:02 2023","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.38,"15min":0.378},"min":{"1min":0.29699999999999999,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.48299999999999998,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.25600000000000001},{"interface":"front","average":{"1min":0.38,"5min":0.35799999999999998,"15min":0.35399999999999998},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.48899999999999999,"5min":0.502,"15min":0.502},"last":0.22900000000000001}]},{"osd":2,"last update":"Fri Nov 17 05:33:02 2023","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.38700000000000001,"15min":0.38400000000000001},"min":{"1min":0.317,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.26600000000000001},{"interface":"front","average":{"1min":0.379,"5min":0.371,"15min":0.37},"min":{"1min":0.28699999999999998,"5min":0.254,"15min":0.254},"max":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"last":0.27100000000000002}]},{"osd":4,"last update":"Fri Nov 17 05:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.53400000000000003,"15min":0.52900000000000003},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.95999999999999996,"5min":0.95999999999999996,"15min":0.95999999999999996},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.52500000000000002}]},{"osd":5,"last update":"Fri Nov 17 05:33:17 2023","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.50900000000000001}]},{"osd":6,"last update":"Fri Nov 17 05:33:29 2023","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.503}]},{"osd":7,"last update":"Fri Nov 17 05:33:40 2023","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.93700000000000006,"5min":0.93700000000000006,"15min":0.93700000000000006},"last":0.48599999999999999}]}]},{"osd":4,"up_from":31,"seq":133143986204,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"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":"Fri Nov 17 05:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.51300000000000001,"15min":0.51400000000000001},"min":{"1min":0.38200000000000001,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.64700000000000002,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.48499999999999999,"15min":0.48099999999999998},"min":{"1min":0.40500000000000003,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.63800000000000001,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.49299999999999999}]},{"osd":1,"last update":"Fri Nov 17 05:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.498,"15min":0.497},"min":{"1min":0.373,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.65400000000000003,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.36499999999999999,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.66200000000000003,"5min":0.88600000000000001,"15min":0.88600000000000001},"last":0.36499999999999999}]},{"osd":2,"last update":"Fri Nov 17 05:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.53500000000000003,"15min":0.53700000000000003},"min":{"1min":0.39300000000000002,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.64900000000000002,"5min":0.97999999999999998,"15min":0.97999999999999998},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.505,"15min":0.503},"min":{"1min":0.437,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.627,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.45400000000000001}]},{"osd":3,"last update":"Fri Nov 17 05:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.52100000000000002,"15min":0.52300000000000002},"min":{"1min":0.40000000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.63200000000000001,"5min":1.006,"15min":1.006},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.52300000000000002,"15min":0.52500000000000002},"min":{"1min":0.41999999999999998,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.65200000000000002,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.51100000000000001}]},{"osd":5,"last update":"Fri Nov 17 05:33:15 2023","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.44500000000000001}]},{"osd":6,"last update":"Fri Nov 17 05:33:29 2023","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.52800000000000002}]},{"osd":7,"last update":"Fri Nov 17 05:33:39 2023","interfaces":[{"interface":"back","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.504},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.55900000000000005}]}]},{"osd":5,"up_from":36,"seq":154618822680,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"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":"Fri Nov 17 05:33:19 2023","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.93000000000000005},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.88100000000000001}]},{"osd":1,"last update":"Fri Nov 17 05:33:19 2023","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.995},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.95499999999999996}]},{"osd":2,"last update":"Fri Nov 17 05:33:19 2023","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.90700000000000003},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":1.0389999999999999}]},{"osd":3,"last update":"Fri Nov 17 05:33:19 2023","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.96899999999999997},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.85899999999999999}]},{"osd":4,"last update":"Fri Nov 17 05:33:19 2023","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.311},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.33000000000000002}]},{"osd":6,"last update":"Fri Nov 17 05:33:29 2023","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.32100000000000001}]},{"osd":7,"last update":"Fri Nov 17 05:33:44 2023","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.35099999999999998}]}]}]}} 2023-11-17T05:34:04.977 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-17T05:34:04.977 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-17T05:34:04.992 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-17T05:34:04.992 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph health --format=json 2023-11-17T05:34:05.129 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi173/config 2023-11-17T05:34:06.253 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:34:06.609 INFO:teuthology.orchestra.run.smithi173.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-17T05:34:06.609 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-17T05:34:06.610 INFO:tasks.cephadm:Setup complete, yielding 2023-11-17T05:34:06.610 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-17T05:34:06.620 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi173.front.sepia.ceph.com 2023-11-17T05:34:06.621 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-17T05:34:07.785 INFO:teuthology.orchestra.run.smithi173.stdout:Backend: cephadm 2023-11-17T05:34:07.785 INFO:teuthology.orchestra.run.smithi173.stdout:Available: True 2023-11-17T05:34:08.151 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-17T05:34:17.431 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T05:34:17.431 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 starting - - 2023-11-17T05:34:17.431 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 starting - - 2023-11-17T05:34:17.431 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 starting - - 2023-11-17T05:34:17.431 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (11m) 11m ago 11m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T05:34:17.431 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 starting - - 2023-11-17T05:34:17.431 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (11m) 11m ago 11m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T05:34:17.431 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 starting - - 2023-11-17T05:34:17.431 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 starting - - 2023-11-17T05:34:17.431 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 starting - - 2023-11-17T05:34:17.431 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 starting - - 2023-11-17T05:34:17.432 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 starting - - 2023-11-17T05:34:17.432 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 starting - - 2023-11-17T05:34:17.432 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 starting - - 2023-11-17T05:34:17.432 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 starting - - 2023-11-17T05:34:17.432 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 starting - - 2023-11-17T05:34:17.774 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-17T05:34:18.863 INFO:teuthology.orchestra.run.smithi173.stdout:NAME RUNNING REFRESHED AGE PLACEMENT IMAGE NAME IMAGE ID 2023-11-17T05:34:18.863 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager 0/1 - - count:1 2023-11-17T05:34:18.863 INFO:teuthology.orchestra.run.smithi173.stdout:crash 2/2 - 11m * 2023-11-17T05:34:18.863 INFO:teuthology.orchestra.run.smithi173.stdout:grafana 1/1 - 11m count:1 2023-11-17T05:34:18.863 INFO:teuthology.orchestra.run.smithi173.stdout:mgr 2/2 - 11m count:2 mix mix 2023-11-17T05:34:18.863 INFO:teuthology.orchestra.run.smithi173.stdout:mon 2/5 - 11m count:5 mix mix 2023-11-17T05:34:18.863 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter 0/2 - - * 2023-11-17T05:34:18.864 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus 0/1 - - count:1 2023-11-17T05:34:19.207 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-17T05:34:20.425 INFO:teuthology.orchestra.run.smithi173.stdout:HOST ADDR LABELS STATUS 2023-11-17T05:34:20.426 INFO:teuthology.orchestra.run.smithi173.stdout:smithi173 smithi173 2023-11-17T05:34:20.427 INFO:teuthology.orchestra.run.smithi173.stdout:smithi203 smithi203 2023-11-17T05:34:20.790 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-17T05:34:21.941 INFO:teuthology.orchestra.run.smithi173.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2023-11-17T05:34:21.941 INFO:teuthology.orchestra.run.smithi173.stdout:smithi173 /dev/nvme0n1 ssd PHFT6204019S400BGN 400G Unknown N/A N/A No 2023-11-17T05:34:22.283 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-17T05:34:22.294 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi173.front.sepia.ceph.com 2023-11-17T05:34:22.294 DEBUG:teuthology.orchestra.run.smithi173:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-17T05:34:22.320 INFO:teuthology.orchestra.run.smithi173.stderr:+ systemctl stop nfs-server 2023-11-17T05:34:22.328 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi203.front.sepia.ceph.com 2023-11-17T05:34:22.328 DEBUG:teuthology.orchestra.run.smithi203:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-17T05:34:22.365 INFO:teuthology.orchestra.run.smithi203.stderr:+ systemctl stop nfs-server 2023-11-17T05:34:22.373 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-17T05:34:22.388 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi173.front.sepia.ceph.com 2023-11-17T05:34:22.388 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-11-17T05:34:25.666 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-17T05:34:25.675 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-11-17T05:34:25.675 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:34:26.955 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:34:26.955 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:34:27.305 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:34:28.307 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:34:29.549 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:34:29.549 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:34:29.905 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:34:30.906 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:34:32.208 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:34:32.208 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:34:32.559 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:34:33.562 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:34:34.888 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:34:34.888 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:34:35.238 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:34:36.239 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:34:37.454 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:34:37.454 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:34:37.787 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:34:38.788 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:34:39.955 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:34:39.955 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:34:40.304 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:34:41.305 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:34:42.487 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:34:42.487 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:34:42.889 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:34:43.890 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:34:45.064 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:34:45.064 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:34:45.454 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:34:46.455 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:34:47.703 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:34:47.703 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:34:48.052 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:34:49.054 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:34:50.273 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:34:50.273 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:34:50.636 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:34:51.637 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:35:07.228 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:35:07.229 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:35:07.591 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:35:08.593 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:35:09.719 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:35:09.719 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:35:10.074 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:35:11.075 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:35:12.299 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:35:12.299 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:35:12.649 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:35:13.653 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:35:14.835 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:35:14.836 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:35:15.190 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:35:16.191 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:35:17.368 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:35:17.369 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:35:17.706 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:35:18.706 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:35:19.912 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:35:19.912 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:35:20.255 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:35:21.256 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:35:22.428 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:35:22.428 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:35:22.856 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:35:23.856 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:35:24.980 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:35:24.980 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:35:25.373 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:35:26.374 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:35:27.555 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:35:27.555 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:35:27.918 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:35:28.919 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:35:30.142 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:35:30.142 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:35:30.505 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:35:31.506 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:35:32.718 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:35:32.719 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:35:33.070 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:35:34.071 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:35:35.286 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:35:35.286 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:35:35.637 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:35:36.637 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:35:38.026 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:36:24.935 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:36:24.953 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:36:25.954 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:36:27.223 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:36:27.223 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T05:22:54.063263Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:53.239053Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:52.084164Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:36:27.570 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:36:28.571 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:36:30.091 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:36:30.091 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T05:23:01.075140Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:23:10.866466Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:23:10.866299Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi203"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 4, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:36:30.588 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:36:31.589 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:36:32.815 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:36:32.815 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:36:33.226 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:36:34.227 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:36:35.459 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:36:35.459 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:36:35.837 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:36:36.837 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:36:38.067 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:36:38.067 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:36:38.502 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:36:39.503 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:36:40.751 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:36:40.751 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:36:41.094 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:36:42.095 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:36:43.344 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:36:43.344 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:36:43.701 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:36:44.703 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:36:45.891 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:36:45.892 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:36:46.243 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:36:47.243 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:36:48.408 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:36:48.408 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:36:48.759 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:36:49.760 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:36:51.001 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:36:51.002 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:36:51.409 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:36:52.410 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:36:53.601 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:36:53.602 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:36:53.958 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:36:54.960 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:36:56.432 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:36:56.433 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:36:56.816 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:36:57.833 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:36:59.044 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:36:59.045 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:36:59.399 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:00.400 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:37:01.671 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:37:01.671 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:37:02.015 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:03.017 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:37:04.188 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:37:04.188 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:37:04.549 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:05.550 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:37:06.697 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:37:06.698 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:37:07.048 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:08.049 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:37:09.233 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:37:09.233 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:37:09.597 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:10.598 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:37:11.774 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:37:11.774 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:37:12.172 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:13.173 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:37:14.371 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:37:14.371 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:37:14.739 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:15.740 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:37:16.983 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:37:16.983 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:37:17.322 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:18.324 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:37:19.524 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:37:19.524 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:37:19.873 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:20.874 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:37:22.214 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:37:22.215 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:37:22.588 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:23.589 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:37:24.858 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:37:24.858 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:37:25.214 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:26.215 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:37:27.428 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:37:27.428 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:37:27.778 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:28.780 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:37:29.985 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:37:29.985 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:37:30.338 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:31.339 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:37:32.604 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:37:32.605 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:37:32.961 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:33.962 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:37:35.165 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:37:35.165 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:37:35.527 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:36.528 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:37:37.789 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:37:37.790 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:37:38.126 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:39.127 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:37:40.315 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:37:40.316 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:37:40.676 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:41.676 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:37:42.839 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:37:42.840 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:37:43.192 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:44.193 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:37:45.361 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:37:45.361 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:37:45.708 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:46.709 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:37:47.840 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:37:47.840 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:37:48.149 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:49.151 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:37:50.409 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:37:50.409 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:37:50.757 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:51.758 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:37:53.109 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:37:53.110 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:37:53.467 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:54.468 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:37:55.714 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:37:55.714 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:37:56.065 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:57.066 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:37:58.209 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:37:58.210 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:37:58.556 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:37:59.558 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:38:00.727 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:38:00.727 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:38:01.081 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:38:02.082 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:38:03.274 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:38:03.274 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:38:03.681 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:38:04.682 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:38:05.920 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:38:05.921 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:38:06.273 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:38:07.274 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:38:08.525 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:38:08.526 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:38:08.880 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:38:09.882 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:38:11.068 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:38:11.068 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:38:11.429 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:38:12.430 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:38:13.620 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:38:13.695 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:38:13.980 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:38:14.984 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:38:16.196 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:38:16.199 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:38:16.546 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:38:17.549 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:38:18.837 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:38:18.838 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:38:19.210 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:38:20.212 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:38:21.517 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:38:21.517 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:38:21.886 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:38:22.888 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:38:24.101 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:38:24.102 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:38:24.462 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:38:25.463 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:38:26.729 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:38:56.869 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:38:56.880 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:38:57.881 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:38:59.141 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:38:59.141 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:38:59.481 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:39:00.481 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:39:01.619 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:39:01.619 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:39:01.972 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:39:02.973 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:39:04.133 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:39:04.134 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:39:04.488 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:39:05.490 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:39:06.705 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:39:06.705 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:39:07.055 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:39:08.056 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:39:09.281 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:39:09.282 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:39:09.670 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:39:10.671 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:39:11.950 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:39:11.950 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:39:12.303 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:39:13.306 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:39:14.576 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:39:14.576 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:39:14.936 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:39:15.937 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:39:17.109 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:39:17.109 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:39:17.461 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:39:18.471 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:39:19.727 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:39:19.727 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:39:20.128 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:39:21.277 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:39:22.500 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:39:22.500 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:39:22.852 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:39:23.853 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:39:25.107 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:39:27.844 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:39:27.852 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:39:28.854 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:39:30.144 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:39:30.144 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:39:30.518 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:39:31.519 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:39:32.762 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:39:32.763 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:39:33.117 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:39:34.118 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:39:35.363 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:39:35.365 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:39:35.708 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:39:36.709 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:39:37.908 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:39:37.908 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:39:38.316 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:39:39.318 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:39:40.509 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:39:40.510 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:39:40.891 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:39:41.892 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:39:43.170 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:39:43.173 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:39:43.532 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:39:44.533 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:39:45.814 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:39:45.814 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:39:46.232 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:39:47.232 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:39:48.523 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:39:48.523 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:39:48.866 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:39:49.866 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:39:51.114 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:39:51.114 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:39:51.472 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:39:52.473 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:39:53.671 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:39:53.671 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:39:54.098 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:39:55.099 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:39:56.421 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:39:56.421 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:39:56.780 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:39:57.781 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:39:58.987 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:39:58.987 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:39:59.346 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:40:00.347 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:40:01.593 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:40:01.593 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:40:01.991 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:40:02.992 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:40:04.301 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:40:04.301 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:40:04.680 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:40:05.681 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:40:06.889 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:40:06.889 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:40:07.244 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:40:08.245 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:40:09.519 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:40:09.519 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:40:09.877 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:40:10.879 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:40:12.176 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:40:12.176 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:40:12.537 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:40:13.538 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:40:14.806 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:40:14.806 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:40:15.227 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:40:16.228 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:40:17.523 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:40:17.523 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:40:17.876 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:40:18.877 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:40:20.129 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:40:20.130 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:40:20.492 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:40:21.493 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:40:22.679 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:40:22.679 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:40:23.034 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:40:24.036 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:40:25.284 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:40:25.284 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:40:25.650 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:40:26.654 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:40:27.920 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:40:27.920 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:40:28.266 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:40:29.267 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:40:30.461 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:40:30.461 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:40:30.959 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:40:31.959 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:40:33.164 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:40:33.164 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:40:33.551 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:40:34.553 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:40:35.807 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:40:35.808 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:40:36.158 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:40:37.159 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:40:38.391 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:40:38.391 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:40:38.741 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:40:39.742 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:40:40.974 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:40:40.974 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:40:41.365 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:40:42.366 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:40:43.645 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:40:43.646 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:40:44.024 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:40:45.024 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:40:46.222 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:40:46.222 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:40:46.572 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:40:47.574 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:40:48.763 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:40:48.764 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:40:49.122 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:40:50.124 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:40:51.366 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:40:51.366 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:40:51.816 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:40:52.817 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:40:54.051 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:40:54.052 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:40:54.396 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:40:55.397 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:40:56.587 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:40:56.587 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:40:56.931 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:40:57.932 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:40:59.181 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:42:21.863 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:42:21.878 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:42:22.878 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:42:24.059 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:42:24.059 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:42:24.465 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:42:25.466 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:42:26.778 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:42:26.778 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:42:27.140 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:42:28.141 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:42:29.403 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:42:29.403 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:42:29.806 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:42:30.808 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:42:32.083 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:42:32.084 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:42:32.447 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:42:33.448 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:42:34.702 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:42:34.703 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:42:35.110 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:42:36.111 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:42:37.285 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:42:37.285 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:42:37.664 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:42:38.665 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:42:39.976 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:42:39.976 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:42:40.338 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:42:41.339 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:42:42.571 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:42:42.571 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:42:42.930 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:42:43.931 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:42:45.181 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:42:45.181 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:42:45.554 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:42:46.555 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:42:47.843 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:42:47.843 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:42:48.220 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:42:49.221 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:42:50.704 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:42:50.704 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:42:51.056 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:42:52.057 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:42:53.319 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:42:53.319 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:42:53.685 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:42:54.686 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:42:55.949 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:42:55.949 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:42:56.318 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:42:57.319 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:42:58.613 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:42:58.613 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:42:58.969 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:42:59.970 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:43:01.220 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:43:01.220 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:43:01.576 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:43:02.584 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:43:03.818 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:43:03.819 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:43:04.209 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:43:05.210 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:43:06.514 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:43:06.514 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:43:06.884 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:43:07.884 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:43:09.086 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:43:09.086 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:43:09.393 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:43:10.394 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:43:11.590 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:43:11.590 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:43:11.941 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:43:12.942 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:43:14.154 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:43:14.154 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:43:14.557 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:43:15.558 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:43:16.773 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:43:16.773 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:43:17.148 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:43:18.149 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:43:19.425 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:43:19.425 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:43:19.799 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:43:20.800 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:43:22.000 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:43:22.547 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:43:22.548 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:43:23.549 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:43:24.792 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:43:24.792 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:43:25.147 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:43:26.148 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:43:27.438 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:43:27.439 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:43:27.823 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:43:28.824 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:43:30.108 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:43:30.109 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:43:30.456 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:43:31.457 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:43:32.646 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:43:32.646 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:43:33.022 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:43:34.023 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:43:35.187 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:43:35.188 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:43:35.547 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:43:36.548 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:43:37.662 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:43:37.662 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:43:38.012 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:43:39.014 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:43:40.252 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:43:40.252 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:43:40.573 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:43:41.574 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:43:42.752 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:43:42.753 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:43:43.111 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:43:44.113 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:43:45.282 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:43:45.283 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:43:45.637 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:43:46.638 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:43:47.816 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:43:47.816 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:43:48.202 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:43:49.203 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:43:50.369 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:43:50.369 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:43:50.786 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:43:51.787 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:43:53.051 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:43:53.051 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:43:53.410 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:43:54.411 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:43:55.624 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:44:04.165 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:44:04.167 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:44:05.168 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:44:06.347 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:44:06.347 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:44:06.700 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:44:07.701 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:44:08.859 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:44:08.859 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:44:09.207 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:44:10.208 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:44:11.354 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:44:11.354 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:44:11.699 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:44:12.700 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:44:13.904 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:44:13.904 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:44:14.256 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:44:15.257 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:44:16.433 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:44:16.433 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:44:16.848 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:44:17.850 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:44:19.212 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:44:19.213 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:44:19.572 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:44:20.577 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:44:21.814 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:44:27.514 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:44:27.515 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:44:28.516 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:44:29.720 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:45:01.606 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:36:29.627218Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:36:30.752137Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:36:29.627280Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:36:29.627089Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:36:29.627348Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:36:29.627354Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:44:28.513197Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:42:36Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:43:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:43:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:45:01.607 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-17T05:45:02.609 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T05:45:03.883 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T05:45:03.883 INFO:teuthology.orchestra.run.smithi173.stdout:[{"events": ["2023-11-17T05:29:16.225168Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi173 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:23:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:24:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:25:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi173 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:26:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:27:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:28:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:42:01.252884Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi203 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-11-17T05:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:40:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:41:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:54.063263Z", "last_refresh": "2023-11-17T05:44:32.849441Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-11-17T05:23:01.075140Z", "last_refresh": "2023-11-17T05:44:33.170780Z", "running": 1, "size": 1}}, {"events": ["2023-11-17T05:34:25.317444Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:34:25.311385Z", "last_refresh": "2023-11-17T05:44:32.850460Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:53.239053Z", "last_refresh": "2023-11-17T05:44:32.849503Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-11-17T05:22:52.084164Z", "last_refresh": "2023-11-17T05:44:32.849309Z", "running": 2, "size": 5}}, {"events": ["2023-11-17T05:31:44.603797Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi203 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203\"", "2023-11-17T05:33:45.239086Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi173on smithi173: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi173 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\nsystemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi173\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-11-17T05:23:01.910902Z", "last_refresh": "2023-11-17T05:44:32.849560Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi173"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-11-17T05:44:32.849566Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-11-17T05:36:28.281164Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:34:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:34:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:35:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/prometheus:v2.18.1: reading manifest sha256:b4e6cd0275a26750505e539f8528e891053434ebd3972be02645bed5f02f0795 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-11-17T05:44:28.513197Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi203on smithi203: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi203 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi203 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-11-17T05:42:36Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:43:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T05:43:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-11-17T05:45:04.256 INFO:tasks.cephadm:mds.foofs has 2/2 2023-11-17T05:45:04.259 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-17T05:45:04.269 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi173.front.sepia.ceph.com 2023-11-17T05:45:04.270 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-11-17T05:45:05.634 INFO:teuthology.orchestra.run.smithi173.stderr:Invalid command: missing required parameter clusterid() 2023-11-17T05:45:05.634 INFO:teuthology.orchestra.run.smithi173.stderr:nfs cluster create [] : Create an NFS Cluster 2023-11-17T05:45:05.634 INFO:teuthology.orchestra.run.smithi173.stderr:Error EINVAL: invalid command 2023-11-17T05:45:07.465 INFO:teuthology.orchestra.run.smithi173.stdout:NFS Cluster Created Successfully 2023-11-17T05:45:07.841 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-11-17T05:45:09.109 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T05:45:09.110 INFO:teuthology.orchestra.run.smithi173.stdout: "bind": "/fake", 2023-11-17T05:45:09.110 INFO:teuthology.orchestra.run.smithi173.stdout: "fs": "foofs", 2023-11-17T05:45:09.110 INFO:teuthology.orchestra.run.smithi173.stdout: "path": "/", 2023-11-17T05:45:09.110 INFO:teuthology.orchestra.run.smithi173.stdout: "cluster": "foo", 2023-11-17T05:45:09.110 INFO:teuthology.orchestra.run.smithi173.stdout: "mode": "RW" 2023-11-17T05:45:09.110 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T05:45:09.487 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-11-17T06:03:43.452 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo 2/2 - 6s count:2 2023-11-17T06:04:14.060 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-17T06:04:14.078 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi173.front.sepia.ceph.com 2023-11-17T06:04:14.078 DEBUG:teuthology.orchestra.run.smithi173:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-11-17T06:04:14.113 INFO:teuthology.orchestra.run.smithi173.stderr:+ mkdir /mnt/foo 2023-11-17T06:04:14.125 DEBUG:teuthology.orchestra.run.smithi173:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-11-17T06:04:14.197 INFO:teuthology.orchestra.run.smithi173.stderr:++ hostname 2023-11-17T06:04:14.197 INFO:teuthology.orchestra.run.smithi173.stderr:+ mount -t nfs smithi173:/fake /mnt/foo -o sync 2023-11-17T06:04:14.604 DEBUG:teuthology.orchestra.run.smithi173:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-11-17T06:04:14.672 INFO:teuthology.orchestra.run.smithi173.stderr:+ echo test 2023-11-17T06:04:14.682 DEBUG:teuthology.orchestra.run.smithi173:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-11-17T06:04:14.749 INFO:teuthology.orchestra.run.smithi173.stderr:+ sync 2023-11-17T06:04:14.930 INFO:teuthology.run_tasks:Running task parallel... 2023-11-17T06:04:14.941 INFO:teuthology.task.parallel:starting parallel... 2023-11-17T06:04:14.941 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-17T06:04:14.942 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-17T06:04:14.942 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi173.front.sepia.ceph.com 2023-11-17T06:04:14.943 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -e sha1=ed3c8e926b9de93026c8a7c1d86be5d6821b52ac -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-11-17T06:04:14.943 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-17T06:04:14.943 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-11-17T06:04:14.944 INFO:teuthology.task.exec:Executing custom commands... 2023-11-17T06:04:14.944 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi173.front.sepia.ceph.com 2023-11-17T06:04:14.944 DEBUG:teuthology.orchestra.run.smithi173:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-11-17T06:04:15.007 INFO:teuthology.orchestra.run.smithi173.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-17T06:04:15.007 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T06:04:15.007 INFO:teuthology.orchestra.run.smithi173.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-11-17T06:04:15.020 INFO:teuthology.orchestra.run.smithi173.stdout:3 of 5 processes prepared for launch 0 sec 2023-11-17T06:04:15.116 INFO:teuthology.orchestra.run.smithi173.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-17T06:04:15.116 INFO:teuthology.orchestra.run.smithi173.stdout:releasing clients 2023-11-17T06:04:16.116 INFO:teuthology.orchestra.run.smithi173.stdout: 5 297 54.95 MB/sec warmup 1 sec latency 11.177 ms 2023-11-17T06:04:16.589 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -e sha1=ed3c8e926b9de93026c8a7c1d86be5d6821b52ac -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-11-17T06:04:17.117 INFO:teuthology.orchestra.run.smithi173.stdout: 5 642 52.60 MB/sec warmup 2 sec latency 9.716 ms 2023-11-17T06:04:18.117 INFO:teuthology.orchestra.run.smithi173.stdout: 5 1861 43.92 MB/sec warmup 3 sec latency 9.740 ms 2023-11-17T06:04:18.299 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -e sha1=ed3c8e926b9de93026c8a7c1d86be5d6821b52ac -- bash -c 'ceph config set global log_to_journald false --force' 2023-11-17T06:04:19.117 INFO:teuthology.orchestra.run.smithi173.stdout: 5 3260 43.90 MB/sec warmup 4 sec latency 12.544 ms 2023-11-17T06:04:19.975 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -e sha1=ed3c8e926b9de93026c8a7c1d86be5d6821b52ac -- bash -c 'ceph mgr module enable nfs --force' 2023-11-17T06:04:20.117 INFO:teuthology.orchestra.run.smithi173.stdout: 5 4333 40.46 MB/sec warmup 5 sec latency 11.485 ms 2023-11-17T06:04:21.117 INFO:teuthology.orchestra.run.smithi173.stdout: 5 5679 38.16 MB/sec warmup 6 sec latency 23.121 ms 2023-11-17T06:04:22.089 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -e sha1=ed3c8e926b9de93026c8a7c1d86be5d6821b52ac -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-11-17T06:04:22.117 INFO:teuthology.orchestra.run.smithi173.stdout: 5 6854 38.84 MB/sec warmup 7 sec latency 16.693 ms 2023-11-17T06:04:23.117 INFO:teuthology.orchestra.run.smithi173.stdout: 5 7787 37.10 MB/sec warmup 8 sec latency 19.711 ms 2023-11-17T06:04:24.117 INFO:teuthology.orchestra.run.smithi173.stdout: 5 8699 35.76 MB/sec warmup 9 sec latency 39.779 ms 2023-11-17T06:04:25.117 INFO:teuthology.orchestra.run.smithi173.stdout: 5 10006 35.47 MB/sec warmup 10 sec latency 12.061 ms 2023-11-17T06:04:26.117 INFO:teuthology.orchestra.run.smithi173.stdout: 5 11103 35.59 MB/sec warmup 11 sec latency 19.371 ms 2023-11-17T06:04:27.118 INFO:teuthology.orchestra.run.smithi173.stdout: 5 12187 34.77 MB/sec warmup 12 sec latency 17.597 ms 2023-11-17T06:04:28.117 INFO:teuthology.orchestra.run.smithi173.stdout: 5 13575 34.77 MB/sec warmup 13 sec latency 25.607 ms 2023-11-17T06:04:28.849 INFO:teuthology.orchestra.run.smithi173.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 2023-11-17T06:04:29.120 INFO:teuthology.orchestra.run.smithi173.stdout: 5 14509 34.71 MB/sec warmup 14 sec latency 23.721 ms 2023-11-17T06:04:29.309 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-17T06:04:29.310 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi173.front.sepia.ceph.com 2023-11-17T06:04:29.310 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -e sha1=ed3c8e926b9de93026c8a7c1d86be5d6821b52ac -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2023-11-17T06:04:30.118 INFO:teuthology.orchestra.run.smithi173.stdout: 5 15190 32.84 MB/sec warmup 15 sec latency 20.801 ms 2023-11-17T06:04:30.949 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:04:31.117 INFO:teuthology.orchestra.run.smithi173.stdout: 5 16346 32.31 MB/sec warmup 16 sec latency 16.208 ms 2023-11-17T06:04:31.693 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:04:31.694 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (35m) 0s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:04:31.694 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (35m) 1s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:04:31.694 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (34m) 0s ago 34m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:04:31.694 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (20m) 0s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:04:31.694 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (20m) 1s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:04:31.694 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (42m) 0s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:04:31.694 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (34m) 1s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:04:31.694 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (42m) 0s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:04:31.694 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (40m) 1s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:04:31.694 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (49s) 0s ago 48s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:04:31.694 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (53s) 1s ago 52s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:04:31.694 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 0s ago 12m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:04:31.695 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 1s ago 10m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:04:31.695 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (35m) 0s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:04:31.695 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (33m) 0s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:04:31.695 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (33m) 0s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:04:31.695 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (33m) 0s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:04:31.695 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (32m) 1s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:04:31.695 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (32m) 1s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:04:31.695 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (32m) 1s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:04:31.695 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (31m) 1s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:04:32.118 INFO:teuthology.orchestra.run.smithi173.stdout: 5 17624 33.11 MB/sec warmup 17 sec latency 23.088 ms 2023-11-17T06:04:41.281 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:04:41.281 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:04:41.282 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:04:41.282 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:04:41.282 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:04:41.282 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:04:41.282 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:04:41.282 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:04:41.282 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:04:41.282 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:04:41.282 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:04:41.282 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:04:41.282 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:04:41.282 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:04:41.283 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:04:41.283 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:04:41.283 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:04:41.283 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:04:41.283 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:04:41.283 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:04:41.283 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:04:41.283 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:04:41.283 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:04:41.284 INFO:teuthology.orchestra.run.smithi173.stdout: 5 18687 32.64 MB/sec warmup 18 sec latency 16.209 ms 2023-11-17T06:04:41.284 INFO:teuthology.orchestra.run.smithi173.stdout: 5 20109 32.41 MB/sec warmup 19 sec latency 14.362 ms 2023-11-17T06:04:41.284 INFO:teuthology.orchestra.run.smithi173.stdout: 5 21251 33.09 MB/sec warmup 20 sec latency 19.289 ms 2023-11-17T06:04:41.284 INFO:teuthology.orchestra.run.smithi173.stdout: 5 22083 32.40 MB/sec warmup 21 sec latency 24.256 ms 2023-11-17T06:04:41.284 INFO:teuthology.orchestra.run.smithi173.stdout: 5 23382 32.17 MB/sec warmup 22 sec latency 15.140 ms 2023-11-17T06:04:41.285 INFO:teuthology.orchestra.run.smithi173.stdout: 5 24786 32.92 MB/sec warmup 23 sec latency 12.334 ms 2023-11-17T06:04:41.285 INFO:teuthology.orchestra.run.smithi173.stdout: 5 25660 32.35 MB/sec warmup 24 sec latency 19.114 ms 2023-11-17T06:04:41.285 INFO:teuthology.orchestra.run.smithi173.stdout: 5 26900 32.12 MB/sec warmup 25 sec latency 31.997 ms 2023-11-17T06:04:41.285 INFO:teuthology.orchestra.run.smithi173.stdout: 5 28324 32.80 MB/sec warmup 26 sec latency 15.355 ms 2023-11-17T06:04:42.118 INFO:teuthology.orchestra.run.smithi173.stdout: 5 29251 32.32 MB/sec warmup 27 sec latency 17.325 ms 2023-11-17T06:04:43.118 INFO:teuthology.orchestra.run.smithi173.stdout: 5 30366 32.06 MB/sec warmup 28 sec latency 16.932 ms 2023-11-17T06:04:44.118 INFO:teuthology.orchestra.run.smithi173.stdout: 5 31458 32.19 MB/sec warmup 29 sec latency 19.166 ms 2023-11-17T06:04:45.349 INFO:teuthology.orchestra.run.smithi173.stdout: 5 32391 32.16 MB/sec warmup 30 sec latency 21.019 ms 2023-11-17T06:04:46.118 INFO:teuthology.orchestra.run.smithi173.stdout: 5 33402 31.78 MB/sec warmup 31 sec latency 22.113 ms 2023-11-17T06:04:47.119 INFO:teuthology.orchestra.run.smithi173.stdout: 5 34865 31.97 MB/sec warmup 32 sec latency 17.808 ms 2023-11-17T06:04:48.118 INFO:teuthology.orchestra.run.smithi173.stdout: 5 36099 32.18 MB/sec warmup 33 sec latency 15.993 ms 2023-11-17T06:04:49.121 INFO:teuthology.orchestra.run.smithi173.stdout: 5 36980 31.79 MB/sec warmup 34 sec latency 30.864 ms 2023-11-17T06:04:50.118 INFO:teuthology.orchestra.run.smithi173.stdout: 5 37878 31.31 MB/sec warmup 35 sec latency 42.273 ms 2023-11-17T06:04:51.118 INFO:teuthology.orchestra.run.smithi173.stdout: 5 38872 31.57 MB/sec warmup 36 sec latency 16.691 ms 2023-11-17T06:04:52.118 INFO:teuthology.orchestra.run.smithi173.stdout: 5 39629 31.28 MB/sec warmup 37 sec latency 15.465 ms 2023-11-17T06:04:53.118 INFO:teuthology.orchestra.run.smithi173.stdout: 5 40781 31.14 MB/sec warmup 38 sec latency 14.597 ms 2023-11-17T06:04:54.118 INFO:teuthology.orchestra.run.smithi173.stdout: 5 42050 31.21 MB/sec warmup 39 sec latency 15.496 ms 2023-11-17T06:04:55.118 INFO:teuthology.orchestra.run.smithi173.stdout: 5 43011 31.29 MB/sec warmup 40 sec latency 19.307 ms 2023-11-17T06:04:56.118 INFO:teuthology.orchestra.run.smithi173.stdout: 5 44026 31.02 MB/sec warmup 41 sec latency 33.720 ms 2023-11-17T06:04:57.118 INFO:teuthology.orchestra.run.smithi173.stdout: 5 45483 31.12 MB/sec warmup 42 sec latency 23.484 ms 2023-11-17T06:04:58.120 INFO:teuthology.orchestra.run.smithi173.stdout: 5 46500 31.32 MB/sec warmup 43 sec latency 19.455 ms 2023-11-17T06:04:59.118 INFO:teuthology.orchestra.run.smithi173.stdout: 5 47374 30.96 MB/sec warmup 44 sec latency 17.614 ms 2023-11-17T06:05:00.118 INFO:teuthology.orchestra.run.smithi173.stdout: 5 48718 30.91 MB/sec warmup 45 sec latency 15.833 ms 2023-11-17T06:05:01.119 INFO:teuthology.orchestra.run.smithi173.stdout: 5 49989 31.34 MB/sec warmup 46 sec latency 21.278 ms 2023-11-17T06:05:02.119 INFO:teuthology.orchestra.run.smithi173.stdout: 5 50968 31.03 MB/sec warmup 47 sec latency 24.356 ms 2023-11-17T06:05:02.967 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:05:03.121 INFO:teuthology.orchestra.run.smithi173.stdout: 5 52260 30.98 MB/sec warmup 48 sec latency 17.794 ms 2023-11-17T06:05:03.623 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:05:03.623 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (35m) 32s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:05:03.623 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (35m) 33s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:05:03.623 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (35m) 32s ago 35m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:05:03.623 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (20m) 32s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:05:03.623 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (20m) 33s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:05:03.624 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (42m) 32s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:05:03.624 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (35m) 33s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:05:03.624 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (42m) 32s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:05:03.624 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (40m) 33s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:05:03.624 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (81s) 32s ago 80s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:05:03.624 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (84s) 33s ago 84s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:05:03.624 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 32s ago 12m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:05:03.624 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 33s ago 10m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:05:03.624 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (35m) 32s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:05:03.624 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (34m) 32s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:05:03.624 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (34m) 32s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:05:03.624 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (34m) 32s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:05:03.624 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (33m) 33s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:05:03.624 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (32m) 33s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:05:03.625 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (32m) 33s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:05:03.625 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (32m) 33s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:05:03.973 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:05:03.973 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:05:03.974 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:05:03.974 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:05:03.974 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:05:03.974 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:05:03.974 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:05:03.974 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:05:03.974 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:05:03.974 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:05:03.974 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:05:03.974 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:05:03.974 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:05:03.974 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:05:03.974 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:05:03.975 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:05:03.975 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:05:04.118 INFO:teuthology.orchestra.run.smithi173.stdout: 5 53180 31.13 MB/sec warmup 49 sec latency 23.378 ms 2023-11-17T06:05:04.297 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:05:04.297 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:05:04.297 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:05:04.297 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:05:04.298 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:05:04.298 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:05:05.119 INFO:teuthology.orchestra.run.smithi173.stdout: 5 53972 30.82 MB/sec warmup 50 sec latency 26.661 ms 2023-11-17T06:05:06.119 INFO:teuthology.orchestra.run.smithi173.stdout: 5 54989 30.65 MB/sec warmup 51 sec latency 25.103 ms 2023-11-17T06:05:30.371 INFO:teuthology.orchestra.run.smithi173.stdout: 5 55854 30.47 MB/sec warmup 52 sec latency 23.857 ms 2023-11-17T06:05:30.371 INFO:teuthology.orchestra.run.smithi173.stdout: 5 56789 30.60 MB/sec warmup 53 sec latency 16.094 ms 2023-11-17T06:05:30.371 INFO:teuthology.orchestra.run.smithi173.stdout: 5 57586 30.34 MB/sec warmup 54 sec latency 25.183 ms 2023-11-17T06:05:30.371 INFO:teuthology.orchestra.run.smithi173.stdout: 5 58601 30.16 MB/sec warmup 55 sec latency 20.064 ms 2023-11-17T06:05:30.371 INFO:teuthology.orchestra.run.smithi173.stdout: 5 59338 29.96 MB/sec warmup 56 sec latency 19.600 ms 2023-11-17T06:05:30.371 INFO:teuthology.orchestra.run.smithi173.stdout: 5 59991 29.90 MB/sec warmup 57 sec latency 26.113 ms 2023-11-17T06:05:30.371 INFO:teuthology.orchestra.run.smithi173.stdout: 5 60805 29.83 MB/sec warmup 58 sec latency 28.466 ms 2023-11-17T06:05:30.371 INFO:teuthology.orchestra.run.smithi173.stdout: 5 61537 29.57 MB/sec warmup 59 sec latency 26.530 ms 2023-11-17T06:05:30.371 INFO:teuthology.orchestra.run.smithi173.stdout: 5 62417 29.34 MB/sec warmup 60 sec latency 57.077 ms 2023-11-17T06:05:30.371 INFO:teuthology.orchestra.run.smithi173.stdout: 5 63301 29.33 MB/sec warmup 61 sec latency 57.460 ms 2023-11-17T06:05:30.371 INFO:teuthology.orchestra.run.smithi173.stdout: 5 64190 29.42 MB/sec warmup 62 sec latency 32.736 ms 2023-11-17T06:05:30.372 INFO:teuthology.orchestra.run.smithi173.stdout: 5 64940 29.14 MB/sec warmup 63 sec latency 30.668 ms 2023-11-17T06:05:30.372 INFO:teuthology.orchestra.run.smithi173.stdout: 5 65890 29.00 MB/sec warmup 64 sec latency 29.643 ms 2023-11-17T06:05:30.372 INFO:teuthology.orchestra.run.smithi173.stdout: 5 66699 28.91 MB/sec warmup 65 sec latency 28.622 ms 2023-11-17T06:05:30.372 INFO:teuthology.orchestra.run.smithi173.stdout: 5 67535 29.00 MB/sec warmup 66 sec latency 91.189 ms 2023-11-17T06:05:30.372 INFO:teuthology.orchestra.run.smithi173.stdout: 5 68107 28.71 MB/sec warmup 67 sec latency 26.054 ms 2023-11-17T06:05:30.372 INFO:teuthology.orchestra.run.smithi173.stdout: 5 68676 28.47 MB/sec warmup 68 sec latency 28.639 ms 2023-11-17T06:05:30.372 INFO:teuthology.orchestra.run.smithi173.stdout: 5 69657 28.32 MB/sec warmup 69 sec latency 17.559 ms 2023-11-17T06:05:30.372 INFO:teuthology.orchestra.run.smithi173.stdout: 5 70539 28.39 MB/sec warmup 70 sec latency 18.951 ms 2023-11-17T06:05:30.372 INFO:teuthology.orchestra.run.smithi173.stdout: 5 71331 28.39 MB/sec warmup 71 sec latency 23.042 ms 2023-11-17T06:05:30.372 INFO:teuthology.orchestra.run.smithi173.stdout: 5 71789 28.07 MB/sec warmup 72 sec latency 30.220 ms 2023-11-17T06:05:30.372 INFO:teuthology.orchestra.run.smithi173.stdout: 5 72229 27.84 MB/sec warmup 73 sec latency 27.807 ms 2023-11-17T06:05:30.372 INFO:teuthology.orchestra.run.smithi173.stdout: 5 72827 27.60 MB/sec warmup 74 sec latency 28.120 ms 2023-11-17T06:05:30.617 INFO:teuthology.orchestra.run.smithi173.stdout: 5 73605 27.49 MB/sec warmup 75 sec latency 24.435 ms 2023-11-17T06:05:31.122 INFO:teuthology.orchestra.run.smithi173.stdout: 5 74244 27.47 MB/sec warmup 76 sec latency 74.841 ms 2023-11-17T06:05:32.122 INFO:teuthology.orchestra.run.smithi173.stdout: 5 75029 27.43 MB/sec warmup 77 sec latency 36.079 ms 2023-11-17T06:05:33.122 INFO:teuthology.orchestra.run.smithi173.stdout: 5 75852 27.32 MB/sec warmup 78 sec latency 28.234 ms 2023-11-17T06:06:28.773 INFO:teuthology.orchestra.run.smithi173.stdout: 5 76815 27.17 MB/sec warmup 79 sec latency 23.960 ms 2023-11-17T06:06:28.779 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:06:28.821 INFO:teuthology.orchestra.run.smithi173.stdout: 5 77485 27.14 MB/sec warmup 80 sec latency 25.677 ms 2023-11-17T06:06:28.964 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:06:28.965 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (36m) 64s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:06:28.965 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (36m) 65s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:06:28.965 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (35m) 64s ago 35m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:06:28.965 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (21m) 64s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:06:28.965 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (21m) 65s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:06:28.965 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (43m) 64s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:06:28.965 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (35m) 65s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:06:28.965 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (43m) 64s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:06:28.965 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (41m) 65s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:06:28.965 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (112s) 64s ago 112s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:06:28.965 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (116s) 65s ago 116s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:06:28.965 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 64s ago 13m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:06:28.965 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 65s ago 11m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:06:28.966 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (36m) 64s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:06:28.966 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (35m) 64s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:06:28.966 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (34m) 64s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:06:28.966 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (34m) 64s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:06:28.966 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (33m) 65s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:06:28.966 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (33m) 65s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:06:28.966 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (33m) 65s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:06:28.966 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (32m) 65s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:06:28.966 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:06:28.966 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:06:28.966 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:06:28.966 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:06:28.967 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:06:28.967 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:06:28.967 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:06:28.967 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:06:28.967 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:06:28.967 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:06:28.967 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:06:28.967 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:06:28.967 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:06:28.967 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:06:28.967 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:06:28.967 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:06:28.967 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:06:28.967 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:06:28.968 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:06:28.968 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:06:28.968 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:06:28.968 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:06:28.993 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:06:28.996 INFO:teuthology.orchestra.run.smithi173.stdout: 5 78034 27.09 MB/sec warmup 81 sec latency 36.816 ms 2023-11-17T06:06:28.997 INFO:teuthology.orchestra.run.smithi173.stdout: 5 78492 26.92 MB/sec warmup 82 sec latency 27.005 ms 2023-11-17T06:06:28.997 INFO:teuthology.orchestra.run.smithi173.stdout: 5 78892 26.65 MB/sec warmup 83 sec latency 35.717 ms 2023-11-17T06:06:28.997 INFO:teuthology.orchestra.run.smithi173.stdout: 5 79910 26.59 MB/sec warmup 84 sec latency 20.970 ms 2023-11-17T06:06:28.997 INFO:teuthology.orchestra.run.smithi173.stdout: 5 80799 26.57 MB/sec warmup 85 sec latency 19.853 ms 2023-11-17T06:06:28.997 INFO:teuthology.orchestra.run.smithi173.stdout: 5 81552 26.61 MB/sec warmup 86 sec latency 23.213 ms 2023-11-17T06:06:28.997 INFO:teuthology.orchestra.run.smithi173.stdout: 5 82155 26.48 MB/sec warmup 87 sec latency 22.754 ms 2023-11-17T06:06:28.997 INFO:teuthology.orchestra.run.smithi173.stdout: 5 82948 26.39 MB/sec warmup 88 sec latency 21.562 ms 2023-11-17T06:06:28.997 INFO:teuthology.orchestra.run.smithi173.stdout: 5 84085 26.33 MB/sec warmup 89 sec latency 32.611 ms 2023-11-17T06:06:28.997 INFO:teuthology.orchestra.run.smithi173.stdout: 5 85075 26.49 MB/sec warmup 90 sec latency 24.495 ms 2023-11-17T06:06:28.997 INFO:teuthology.orchestra.run.smithi173.stdout: 5 85606 26.36 MB/sec warmup 91 sec latency 27.040 ms 2023-11-17T06:06:28.997 INFO:teuthology.orchestra.run.smithi173.stdout: 5 85994 26.13 MB/sec warmup 92 sec latency 33.079 ms 2023-11-17T06:06:28.997 INFO:teuthology.orchestra.run.smithi173.stdout: 5 86422 25.99 MB/sec warmup 93 sec latency 30.274 ms 2023-11-17T06:06:28.997 INFO:teuthology.orchestra.run.smithi173.stdout: 5 87261 25.86 MB/sec warmup 94 sec latency 28.801 ms 2023-11-17T06:06:28.998 INFO:teuthology.orchestra.run.smithi173.stdout: 5 88050 25.86 MB/sec warmup 95 sec latency 19.304 ms 2023-11-17T06:06:28.998 INFO:teuthology.orchestra.run.smithi173.stdout: 5 88762 25.90 MB/sec warmup 96 sec latency 32.994 ms 2023-11-17T06:06:28.998 INFO:teuthology.orchestra.run.smithi173.stdout: 5 89308 25.73 MB/sec warmup 97 sec latency 24.430 ms 2023-11-17T06:06:28.998 INFO:teuthology.orchestra.run.smithi173.stdout: 5 90194 25.65 MB/sec warmup 98 sec latency 27.403 ms 2023-11-17T06:06:28.998 INFO:teuthology.orchestra.run.smithi173.stdout: 5 91135 25.60 MB/sec warmup 99 sec latency 28.226 ms 2023-11-17T06:06:28.998 INFO:teuthology.orchestra.run.smithi173.stdout: 5 92027 25.69 MB/sec warmup 100 sec latency 21.553 ms 2023-11-17T06:06:28.998 INFO:teuthology.orchestra.run.smithi173.stdout: 5 92727 25.64 MB/sec warmup 101 sec latency 32.474 ms 2023-11-17T06:06:28.998 INFO:teuthology.orchestra.run.smithi173.stdout: 5 93529 25.57 MB/sec warmup 102 sec latency 20.761 ms 2023-11-17T06:06:28.998 INFO:teuthology.orchestra.run.smithi173.stdout: 5 94485 25.47 MB/sec warmup 103 sec latency 27.011 ms 2023-11-17T06:06:29.043 INFO:teuthology.orchestra.run.smithi173.stdout: 5 95262 25.48 MB/sec warmup 104 sec latency 22.515 ms 2023-11-17T06:06:29.044 INFO:teuthology.orchestra.run.smithi173.stdout: 5 95845 25.50 MB/sec warmup 105 sec latency 28.962 ms 2023-11-17T06:06:29.044 INFO:teuthology.orchestra.run.smithi173.stdout: 5 96199 25.33 MB/sec warmup 106 sec latency 31.762 ms 2023-11-17T06:06:29.044 INFO:teuthology.orchestra.run.smithi173.stdout: 5 96502 25.12 MB/sec warmup 107 sec latency 61.657 ms 2023-11-17T06:06:29.044 INFO:teuthology.orchestra.run.smithi173.stdout: 5 97000 25.01 MB/sec warmup 108 sec latency 29.371 ms 2023-11-17T06:06:29.044 INFO:teuthology.orchestra.run.smithi173.stdout: 5 97926 24.94 MB/sec warmup 109 sec latency 20.930 ms 2023-11-17T06:06:29.045 INFO:teuthology.orchestra.run.smithi173.stdout: 5 98805 24.96 MB/sec warmup 110 sec latency 19.473 ms 2023-11-17T06:06:29.045 INFO:teuthology.orchestra.run.smithi173.stdout: 5 99489 24.99 MB/sec warmup 111 sec latency 30.547 ms 2023-11-17T06:06:29.046 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:06:29.047 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:06:29.047 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (36m) 95s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:06:29.047 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (36m) 96s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:06:29.047 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (36m) 95s ago 36m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:06:29.047 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (21m) 95s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:06:29.047 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (21m) 96s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:06:29.047 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (43m) 95s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:06:29.047 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (36m) 96s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:06:29.048 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (43m) 95s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:06:29.228 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (41m) 96s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:06:29.229 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (2m) 95s ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:06:29.229 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (2m) 96s ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:06:29.313 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 95s ago 14m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:06:29.313 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 96s ago 12m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:06:29.313 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (36m) 95s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:06:29.313 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (35m) 95s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:06:29.313 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (35m) 95s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:06:29.314 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (35m) 95s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:06:29.314 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (34m) 96s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:06:29.314 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (33m) 96s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:06:29.314 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (33m) 96s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:06:29.314 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (33m) 96s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:06:29.315 INFO:teuthology.orchestra.run.smithi173.stdout: 5 100254 24.90 MB/sec warmup 112 sec latency 25.588 ms 2023-11-17T06:06:29.316 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:06:29.316 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:06:29.316 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:06:29.316 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:06:29.317 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:06:29.317 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:06:29.317 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:06:29.317 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:06:29.317 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:06:29.318 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:06:29.318 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:06:29.318 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:06:29.397 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:06:29.397 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:06:29.522 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:06:29.522 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:06:29.522 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:06:29.522 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:06:29.523 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:06:29.523 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:06:29.523 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:06:29.523 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:06:29.523 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:06:29.530 INFO:teuthology.orchestra.run.smithi173.stdout: 5 100896 24.81 MB/sec warmup 113 sec latency 31.103 ms 2023-11-17T06:06:29.530 INFO:teuthology.orchestra.run.smithi173.stdout: 5 101573 24.69 MB/sec warmup 114 sec latency 27.495 ms 2023-11-17T06:06:29.531 INFO:teuthology.orchestra.run.smithi173.stdout: 5 102145 24.65 MB/sec warmup 115 sec latency 28.352 ms 2023-11-17T06:06:29.531 INFO:teuthology.orchestra.run.smithi173.stdout: 5 102791 24.66 MB/sec warmup 116 sec latency 31.841 ms 2023-11-17T06:06:29.531 INFO:teuthology.orchestra.run.smithi173.stdout: 5 103179 24.55 MB/sec warmup 117 sec latency 25.709 ms 2023-11-17T06:06:29.533 INFO:teuthology.orchestra.run.smithi173.stdout: 5 103750 24.43 MB/sec warmup 118 sec latency 33.351 ms 2023-11-17T06:06:29.533 INFO:teuthology.orchestra.run.smithi173.stdout: 5 104325 24.34 MB/sec warmup 119 sec latency 37.389 ms 2023-11-17T06:06:29.534 INFO:teuthology.orchestra.run.smithi173.stdout: 5 105647 19.01 MB/sec execute 1 sec latency 26.922 ms 2023-11-17T06:06:29.534 INFO:teuthology.orchestra.run.smithi173.stdout: 5 106284 21.84 MB/sec execute 2 sec latency 27.629 ms 2023-11-17T06:06:29.534 INFO:teuthology.orchestra.run.smithi173.stdout: 5 106698 19.52 MB/sec execute 3 sec latency 43.488 ms 2023-11-17T06:06:29.534 INFO:teuthology.orchestra.run.smithi173.stdout: 5 107203 16.43 MB/sec execute 4 sec latency 33.546 ms 2023-11-17T06:06:29.535 INFO:teuthology.orchestra.run.smithi173.stdout: 5 107631 15.60 MB/sec execute 5 sec latency 38.642 ms 2023-11-17T06:06:29.535 INFO:teuthology.orchestra.run.smithi173.stdout: 5 108157 14.38 MB/sec execute 6 sec latency 41.785 ms 2023-11-17T06:06:29.535 INFO:teuthology.orchestra.run.smithi173.stdout: 5 108612 13.27 MB/sec execute 7 sec latency 41.580 ms 2023-11-17T06:06:29.535 INFO:teuthology.orchestra.run.smithi173.stdout: 5 109132 14.22 MB/sec execute 8 sec latency 41.883 ms 2023-11-17T06:06:29.536 INFO:teuthology.orchestra.run.smithi173.stdout: 5 109982 16.40 MB/sec execute 9 sec latency 26.124 ms 2023-11-17T06:06:29.536 INFO:teuthology.orchestra.run.smithi173.stdout: 5 110464 15.81 MB/sec execute 10 sec latency 51.312 ms 2023-11-17T06:06:29.536 INFO:teuthology.orchestra.run.smithi173.stdout: 5 110814 14.80 MB/sec execute 11 sec latency 72.036 ms 2023-11-17T06:06:29.536 INFO:teuthology.orchestra.run.smithi173.stdout: 5 111314 14.75 MB/sec execute 12 sec latency 27.535 ms 2023-11-17T06:06:29.537 INFO:teuthology.orchestra.run.smithi173.stdout: 5 112069 14.45 MB/sec execute 13 sec latency 33.942 ms 2023-11-17T06:06:29.537 INFO:teuthology.orchestra.run.smithi173.stdout: 5 112691 14.94 MB/sec execute 14 sec latency 29.617 ms 2023-11-17T06:06:30.125 INFO:teuthology.orchestra.run.smithi173.stdout: 5 113299 15.60 MB/sec execute 15 sec latency 27.830 ms 2023-11-17T06:06:31.126 INFO:teuthology.orchestra.run.smithi173.stdout: 5 113685 15.46 MB/sec execute 16 sec latency 34.788 ms 2023-11-17T06:06:32.125 INFO:teuthology.orchestra.run.smithi173.stdout: 5 114088 14.96 MB/sec execute 17 sec latency 38.203 ms 2023-11-17T06:06:33.125 INFO:teuthology.orchestra.run.smithi173.stdout: 5 114399 14.38 MB/sec execute 18 sec latency 35.660 ms 2023-11-17T06:06:34.126 INFO:teuthology.orchestra.run.smithi173.stdout: 5 114980 14.53 MB/sec execute 19 sec latency 30.789 ms 2023-11-17T06:06:35.126 INFO:teuthology.orchestra.run.smithi173.stdout: 5 115933 14.70 MB/sec execute 20 sec latency 28.043 ms 2023-11-17T06:06:36.126 INFO:teuthology.orchestra.run.smithi173.stdout: 5 117132 16.21 MB/sec execute 21 sec latency 25.956 ms 2023-11-17T06:06:37.126 INFO:teuthology.orchestra.run.smithi173.stdout: 5 117861 16.08 MB/sec execute 22 sec latency 22.346 ms 2023-11-17T06:06:38.007 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:06:38.126 INFO:teuthology.orchestra.run.smithi173.stdout: 5 118401 16.01 MB/sec execute 23 sec latency 36.592 ms 2023-11-17T06:06:38.611 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:06:38.611 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:06:38.611 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:06:38.611 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (36m) 2m ago 36m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:06:38.611 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:06:38.611 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:06:38.611 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:06:38.611 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:06:38.611 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:06:38.611 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (42m) 2m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:06:38.612 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (2m) 2m ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:06:38.612 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (2m) 2m ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:06:38.612 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 2m ago 14m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:06:38.612 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 2m ago 12m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:06:38.612 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:06:38.612 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:06:38.612 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:06:38.612 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:06:38.612 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:06:38.612 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:06:38.612 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:06:38.612 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:06:38.933 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:06:38.933 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:06:38.933 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:06:38.933 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:06:38.933 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:06:38.933 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:06:38.933 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:06:38.933 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:06:38.952 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:06:38.952 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:06:38.952 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:06:38.952 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:06:38.952 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:06:38.952 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:06:38.952 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:06:38.952 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:06:38.952 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:06:39.126 INFO:teuthology.orchestra.run.smithi173.stdout: 5 118906 15.60 MB/sec execute 24 sec latency 39.273 ms 2023-11-17T06:06:39.237 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:06:39.237 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:06:39.237 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:06:39.238 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:06:39.238 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:06:39.238 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:06:40.126 INFO:teuthology.orchestra.run.smithi173.stdout: 5 119249 15.24 MB/sec execute 25 sec latency 33.440 ms 2023-11-17T06:06:41.126 INFO:teuthology.orchestra.run.smithi173.stdout: 5 119537 15.06 MB/sec execute 26 sec latency 69.444 ms 2023-11-17T06:06:42.126 INFO:teuthology.orchestra.run.smithi173.stdout: 5 120038 15.16 MB/sec execute 27 sec latency 40.107 ms 2023-11-17T06:06:43.126 INFO:teuthology.orchestra.run.smithi173.stdout: 5 120497 15.35 MB/sec execute 28 sec latency 50.871 ms 2023-11-17T06:06:44.129 INFO:teuthology.orchestra.run.smithi173.stdout: 5 120791 15.12 MB/sec execute 29 sec latency 49.166 ms 2023-11-17T06:06:45.126 INFO:teuthology.orchestra.run.smithi173.stdout: 5 121226 14.86 MB/sec execute 30 sec latency 41.542 ms 2023-11-17T06:06:46.126 INFO:teuthology.orchestra.run.smithi173.stdout: 5 121578 14.61 MB/sec execute 31 sec latency 49.056 ms 2023-11-17T06:06:47.126 INFO:teuthology.orchestra.run.smithi173.stdout: 5 122123 14.60 MB/sec execute 32 sec latency 33.713 ms 2023-11-17T06:06:48.126 INFO:teuthology.orchestra.run.smithi173.stdout: 5 122739 14.39 MB/sec execute 33 sec latency 32.733 ms 2023-11-17T06:06:49.126 INFO:teuthology.orchestra.run.smithi173.stdout: 5 123211 14.53 MB/sec execute 34 sec latency 36.367 ms 2023-11-17T06:06:50.126 INFO:teuthology.orchestra.run.smithi173.stdout: 5 123864 14.76 MB/sec execute 35 sec latency 37.475 ms 2023-11-17T06:06:51.126 INFO:teuthology.orchestra.run.smithi173.stdout: 5 124321 14.84 MB/sec execute 36 sec latency 33.870 ms 2023-11-17T06:06:52.126 INFO:teuthology.orchestra.run.smithi173.stdout: 5 125105 14.82 MB/sec execute 37 sec latency 35.342 ms 2023-11-17T06:06:53.127 INFO:teuthology.orchestra.run.smithi173.stdout: 5 126080 14.90 MB/sec execute 38 sec latency 32.684 ms 2023-11-17T06:06:54.127 INFO:teuthology.orchestra.run.smithi173.stdout: 5 126843 15.16 MB/sec execute 39 sec latency 27.216 ms 2023-11-17T06:06:55.127 INFO:teuthology.orchestra.run.smithi173.stdout: 5 127514 15.41 MB/sec execute 40 sec latency 53.875 ms 2023-11-17T06:06:56.129 INFO:teuthology.orchestra.run.smithi173.stdout: 5 127878 15.36 MB/sec execute 41 sec latency 38.700 ms 2023-11-17T06:06:57.127 INFO:teuthology.orchestra.run.smithi173.stdout: 5 128536 15.26 MB/sec execute 42 sec latency 24.323 ms 2023-11-17T06:06:58.127 INFO:teuthology.orchestra.run.smithi173.stdout: 5 129616 15.39 MB/sec execute 43 sec latency 26.163 ms 2023-11-17T06:06:59.127 INFO:teuthology.orchestra.run.smithi173.stdout: 5 130630 15.80 MB/sec execute 44 sec latency 30.138 ms 2023-11-17T06:07:00.130 INFO:teuthology.orchestra.run.smithi173.stdout: 5 131256 16.03 MB/sec execute 45 sec latency 82.489 ms 2023-11-17T06:07:01.127 INFO:teuthology.orchestra.run.smithi173.stdout: 5 131605 15.83 MB/sec execute 46 sec latency 89.391 ms 2023-11-17T06:07:02.128 INFO:teuthology.orchestra.run.smithi173.stdout: 5 132192 15.71 MB/sec execute 47 sec latency 54.645 ms 2023-11-17T06:07:03.128 INFO:teuthology.orchestra.run.smithi173.stdout: 5 133254 15.83 MB/sec execute 48 sec latency 28.804 ms 2023-11-17T06:07:04.128 INFO:teuthology.orchestra.run.smithi173.stdout: 5 133592 15.68 MB/sec execute 49 sec latency 35.093 ms 2023-11-17T06:07:05.129 INFO:teuthology.orchestra.run.smithi173.stdout: 5 134073 15.74 MB/sec execute 50 sec latency 45.836 ms 2023-11-17T06:07:06.129 INFO:teuthology.orchestra.run.smithi173.stdout: 5 134445 15.68 MB/sec execute 51 sec latency 57.776 ms 2023-11-17T06:07:07.131 INFO:teuthology.orchestra.run.smithi173.stdout: 5 134858 15.74 MB/sec execute 52 sec latency 69.491 ms 2023-11-17T06:07:08.129 INFO:teuthology.orchestra.run.smithi173.stdout: 5 135566 15.67 MB/sec execute 53 sec latency 34.393 ms 2023-11-17T06:07:09.129 INFO:teuthology.orchestra.run.smithi173.stdout: 5 135803 15.48 MB/sec execute 54 sec latency 53.958 ms 2023-11-17T06:07:09.530 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:07:10.088 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:07:10.089 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:07:10.090 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:07:10.090 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (37m) 2m ago 37m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:07:10.091 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:07:10.092 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:07:10.092 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:07:10.093 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:07:10.094 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:07:10.094 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (42m) 2m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:07:10.095 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (3m) 2m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:07:10.096 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (3m) 2m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:07:10.097 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 2m ago 15m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:07:10.097 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 2m ago 13m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:07:10.098 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:07:10.098 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:07:10.098 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:07:10.112 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:07:10.113 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:07:10.114 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:07:10.115 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:07:10.115 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:07:10.129 INFO:teuthology.orchestra.run.smithi173.stdout: 5 136188 15.44 MB/sec execute 55 sec latency 52.025 ms 2023-11-17T06:07:10.422 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:07:10.450 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:07:10.450 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:07:10.450 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:07:10.450 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:07:10.450 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:07:10.450 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:07:10.451 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:07:10.451 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:07:10.451 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:07:10.451 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:07:10.451 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:07:10.451 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:07:10.451 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:07:10.451 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:07:10.451 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:07:10.451 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:07:10.697 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:07:10.697 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:07:10.697 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:07:10.697 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:07:10.697 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:07:10.697 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:07:11.129 INFO:teuthology.orchestra.run.smithi173.stdout: 5 136633 15.21 MB/sec execute 56 sec latency 56.924 ms 2023-11-17T06:07:12.129 INFO:teuthology.orchestra.run.smithi173.stdout: 5 137000 15.07 MB/sec execute 57 sec latency 28.951 ms 2023-11-17T06:07:13.129 INFO:teuthology.orchestra.run.smithi173.stdout: 5 137385 15.06 MB/sec execute 58 sec latency 44.788 ms 2023-11-17T06:07:14.129 INFO:teuthology.orchestra.run.smithi173.stdout: 5 137831 15.07 MB/sec execute 59 sec latency 35.248 ms 2023-11-17T06:07:15.129 INFO:teuthology.orchestra.run.smithi173.stdout: 5 138208 15.08 MB/sec execute 60 sec latency 36.739 ms 2023-11-17T06:07:16.129 INFO:teuthology.orchestra.run.smithi173.stdout: 5 138476 15.02 MB/sec execute 61 sec latency 50.697 ms 2023-11-17T06:07:17.129 INFO:teuthology.orchestra.run.smithi173.stdout: 5 138791 14.88 MB/sec execute 62 sec latency 54.431 ms 2023-11-17T06:07:18.130 INFO:teuthology.orchestra.run.smithi173.stdout: 5 139107 14.70 MB/sec execute 63 sec latency 60.213 ms 2023-11-17T06:07:19.129 INFO:teuthology.orchestra.run.smithi173.stdout: 5 139679 14.72 MB/sec execute 64 sec latency 28.863 ms 2023-11-17T06:07:20.129 INFO:teuthology.orchestra.run.smithi173.stdout: 5 140329 14.62 MB/sec execute 65 sec latency 40.156 ms 2023-11-17T06:07:21.129 INFO:teuthology.orchestra.run.smithi173.stdout: 5 140626 14.52 MB/sec execute 66 sec latency 38.095 ms 2023-11-17T06:07:22.129 INFO:teuthology.orchestra.run.smithi173.stdout: 5 140993 14.52 MB/sec execute 67 sec latency 57.674 ms 2023-11-17T06:07:23.130 INFO:teuthology.orchestra.run.smithi173.stdout: 5 141383 14.49 MB/sec execute 68 sec latency 35.707 ms 2023-11-17T06:07:24.129 INFO:teuthology.orchestra.run.smithi173.stdout: 5 141688 14.48 MB/sec execute 69 sec latency 72.499 ms 2023-11-17T06:07:25.129 INFO:teuthology.orchestra.run.smithi173.stdout: 5 142048 14.46 MB/sec execute 70 sec latency 40.489 ms 2023-11-17T06:07:26.130 INFO:teuthology.orchestra.run.smithi173.stdout: 5 142428 14.35 MB/sec execute 71 sec latency 61.602 ms 2023-11-17T06:07:27.130 INFO:teuthology.orchestra.run.smithi173.stdout: 5 142810 14.25 MB/sec execute 72 sec latency 48.379 ms 2023-11-17T06:07:28.132 INFO:teuthology.orchestra.run.smithi173.stdout: 5 143344 14.22 MB/sec execute 73 sec latency 45.745 ms 2023-11-17T06:07:29.130 INFO:teuthology.orchestra.run.smithi173.stdout: 5 143875 14.14 MB/sec execute 74 sec latency 39.054 ms 2023-11-17T06:07:30.130 INFO:teuthology.orchestra.run.smithi173.stdout: 5 144121 14.04 MB/sec execute 75 sec latency 42.916 ms 2023-11-17T06:07:31.130 INFO:teuthology.orchestra.run.smithi173.stdout: 5 144393 13.99 MB/sec execute 76 sec latency 73.331 ms 2023-11-17T06:08:08.895 INFO:teuthology.orchestra.run.smithi173.stdout: 5 144753 13.96 MB/sec execute 77 sec latency 38.668 ms 2023-11-17T06:08:09.086 INFO:teuthology.orchestra.run.smithi173.stdout: 5 145049 13.92 MB/sec execute 78 sec latency 43.659 ms 2023-11-17T06:08:09.086 INFO:teuthology.orchestra.run.smithi173.stdout: 5 145423 13.97 MB/sec execute 79 sec latency 71.968 ms 2023-11-17T06:08:09.087 INFO:teuthology.orchestra.run.smithi173.stdout: 5 145800 13.88 MB/sec execute 80 sec latency 28.758 ms 2023-11-17T06:08:09.087 INFO:teuthology.orchestra.run.smithi173.stdout: 5 146138 13.79 MB/sec execute 81 sec latency 80.004 ms 2023-11-17T06:08:09.087 INFO:teuthology.orchestra.run.smithi173.stdout: 5 146423 13.69 MB/sec execute 82 sec latency 32.254 ms 2023-11-17T06:08:09.087 INFO:teuthology.orchestra.run.smithi173.stdout: 5 146805 13.65 MB/sec execute 83 sec latency 57.670 ms 2023-11-17T06:08:09.087 INFO:teuthology.orchestra.run.smithi173.stdout: 5 147275 13.56 MB/sec execute 84 sec latency 51.315 ms 2023-11-17T06:08:09.087 INFO:teuthology.orchestra.run.smithi173.stdout: 5 147722 13.53 MB/sec execute 85 sec latency 31.212 ms 2023-11-17T06:08:09.087 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:08:09.088 INFO:teuthology.orchestra.run.smithi173.stdout: 5 148156 13.56 MB/sec execute 86 sec latency 35.649 ms 2023-11-17T06:08:09.088 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:08:09.088 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:08:09.088 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:08:09.088 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (37m) 3m ago 37m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:08:09.088 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:08:09.088 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:08:09.088 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:08:09.088 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:08:09.089 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:08:09.089 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (43m) 3m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:08:09.089 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (3m) 3m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:08:09.089 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (4m) 3m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:08:09.089 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 3m ago 15m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:08:09.089 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 3m ago 13m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:08:09.089 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:08:09.089 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:08:09.089 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:08:09.089 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:08:09.089 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:08:09.089 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:08:09.089 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:08:09.089 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:08:09.090 INFO:teuthology.orchestra.run.smithi173.stdout: 5 148599 13.58 MB/sec execute 87 sec latency 34.043 ms 2023-11-17T06:08:09.090 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:08:09.090 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:08:09.090 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:08:09.090 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:08:09.090 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:08:09.091 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:08:09.091 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:08:09.091 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:08:09.091 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:08:09.091 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:08:09.091 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:08:09.091 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:08:09.196 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:08:09.196 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:08:09.196 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:08:09.196 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:08:09.196 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:08:09.196 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:08:09.196 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:08:09.196 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:08:09.196 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:08:09.196 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:08:09.196 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:08:09.199 INFO:teuthology.orchestra.run.smithi173.stdout: 5 149283 13.70 MB/sec execute 88 sec latency 48.393 ms 2023-11-17T06:08:09.199 INFO:teuthology.orchestra.run.smithi173.stdout: 5 150030 13.72 MB/sec execute 89 sec latency 44.534 ms 2023-11-17T06:08:09.199 INFO:teuthology.orchestra.run.smithi173.stdout: 5 150946 13.75 MB/sec execute 90 sec latency 30.840 ms 2023-11-17T06:08:09.199 INFO:teuthology.orchestra.run.smithi173.stdout: 5 151988 13.95 MB/sec execute 91 sec latency 25.061 ms 2023-11-17T06:08:09.199 INFO:teuthology.orchestra.run.smithi173.stdout: 5 152765 14.13 MB/sec execute 92 sec latency 20.162 ms 2023-11-17T06:08:09.199 INFO:teuthology.orchestra.run.smithi173.stdout: 5 153445 14.11 MB/sec execute 93 sec latency 37.532 ms 2023-11-17T06:08:09.199 INFO:teuthology.orchestra.run.smithi173.stdout: 5 154284 14.14 MB/sec execute 94 sec latency 33.918 ms 2023-11-17T06:08:09.295 INFO:teuthology.orchestra.run.smithi173.stdout: 5 154990 14.20 MB/sec execute 95 sec latency 24.512 ms 2023-11-17T06:08:09.295 INFO:teuthology.orchestra.run.smithi173.stdout: 5 155712 14.33 MB/sec execute 96 sec latency 24.289 ms 2023-11-17T06:08:09.295 INFO:teuthology.orchestra.run.smithi173.stdout: 5 156285 14.38 MB/sec execute 97 sec latency 26.636 ms 2023-11-17T06:08:09.296 INFO:teuthology.orchestra.run.smithi173.stdout: 5 156960 14.36 MB/sec execute 98 sec latency 32.590 ms 2023-11-17T06:08:09.296 INFO:teuthology.orchestra.run.smithi173.stdout: 5 157372 14.34 MB/sec execute 99 sec latency 39.749 ms 2023-11-17T06:08:09.296 INFO:teuthology.orchestra.run.smithi173.stdout: 5 157835 14.25 MB/sec execute 100 sec latency 42.431 ms 2023-11-17T06:08:09.296 INFO:teuthology.orchestra.run.smithi173.stdout: 5 158160 14.17 MB/sec execute 101 sec latency 66.344 ms 2023-11-17T06:08:09.296 INFO:teuthology.orchestra.run.smithi173.stdout: 5 158593 14.18 MB/sec execute 102 sec latency 49.500 ms 2023-11-17T06:08:09.296 INFO:teuthology.orchestra.run.smithi173.stdout: 5 159451 14.35 MB/sec execute 103 sec latency 25.363 ms 2023-11-17T06:08:09.296 INFO:teuthology.orchestra.run.smithi173.stdout: 5 160054 14.36 MB/sec execute 104 sec latency 41.922 ms 2023-11-17T06:08:09.296 INFO:teuthology.orchestra.run.smithi173.stdout: 5 160536 14.31 MB/sec execute 105 sec latency 38.744 ms 2023-11-17T06:08:09.297 INFO:teuthology.orchestra.run.smithi173.stdout: 5 161175 14.31 MB/sec execute 106 sec latency 28.208 ms 2023-11-17T06:08:09.297 INFO:teuthology.orchestra.run.smithi173.stdout: 5 161775 14.28 MB/sec execute 107 sec latency 33.309 ms 2023-11-17T06:08:09.297 INFO:teuthology.orchestra.run.smithi173.stdout: 5 162348 14.34 MB/sec execute 108 sec latency 34.366 ms 2023-11-17T06:08:09.297 INFO:teuthology.orchestra.run.smithi173.stdout: 5 162794 14.37 MB/sec execute 109 sec latency 40.490 ms 2023-11-17T06:08:09.297 INFO:teuthology.orchestra.run.smithi173.stdout: 5 163129 14.35 MB/sec execute 110 sec latency 42.639 ms 2023-11-17T06:08:09.297 INFO:teuthology.orchestra.run.smithi173.stdout: 5 163566 14.31 MB/sec execute 111 sec latency 71.779 ms 2023-11-17T06:08:09.297 INFO:teuthology.orchestra.run.smithi173.stdout: 5 164275 14.34 MB/sec execute 112 sec latency 32.215 ms 2023-11-17T06:08:09.298 INFO:teuthology.orchestra.run.smithi173.stdout: 5 165018 14.32 MB/sec execute 113 sec latency 45.846 ms 2023-11-17T06:08:09.298 INFO:teuthology.orchestra.run.smithi173.stdout: 5 165648 14.36 MB/sec execute 114 sec latency 30.448 ms 2023-11-17T06:08:10.135 INFO:teuthology.orchestra.run.smithi173.stdout: 5 166312 14.44 MB/sec execute 115 sec latency 26.662 ms 2023-11-17T06:08:11.135 INFO:teuthology.orchestra.run.smithi173.stdout: 5 166798 14.48 MB/sec execute 116 sec latency 48.897 ms 2023-11-17T06:08:12.135 INFO:teuthology.orchestra.run.smithi173.stdout: 5 167388 14.45 MB/sec execute 117 sec latency 27.507 ms 2023-11-17T06:08:12.926 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:08:13.135 INFO:teuthology.orchestra.run.smithi173.stdout: 5 167927 14.43 MB/sec execute 118 sec latency 57.531 ms 2023-11-17T06:08:13.667 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:08:13.672 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:08:13.677 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:08:13.683 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (38m) 3m ago 38m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:08:13.693 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:08:13.699 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:08:13.707 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:08:13.709 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:08:13.710 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:08:13.714 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (44m) 3m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:08:13.726 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (4m) 3m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:08:13.726 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (4m) 3m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:08:13.726 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 3m ago 16m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:08:13.726 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 3m ago 14m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:08:13.727 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:08:13.727 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:08:13.727 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:08:13.727 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:08:13.727 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:08:13.727 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:08:13.727 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:08:13.727 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:08:14.059 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:08:14.060 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:08:14.060 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:08:14.060 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:08:14.060 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:08:14.060 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:08:14.060 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:08:14.061 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:08:14.061 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:08:14.061 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:08:14.061 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:08:14.061 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:08:14.061 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:08:14.061 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:08:14.062 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:08:14.062 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:08:14.062 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:08:14.135 INFO:teuthology.orchestra.run.smithi173.stdout: 5 168472 14.39 MB/sec execute 119 sec latency 34.914 ms 2023-11-17T06:08:14.441 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:08:14.441 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:08:14.441 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:08:14.442 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:08:14.442 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:08:14.442 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:08:15.136 INFO:teuthology.orchestra.run.smithi173.stdout: 5 168906 14.33 MB/sec execute 120 sec latency 40.495 ms 2023-11-17T06:08:16.135 INFO:teuthology.orchestra.run.smithi173.stdout: 5 169505 14.39 MB/sec execute 121 sec latency 46.127 ms 2023-11-17T06:08:17.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 170273 14.53 MB/sec execute 122 sec latency 39.104 ms 2023-11-17T06:08:18.135 INFO:teuthology.orchestra.run.smithi173.stdout: 5 170909 14.51 MB/sec execute 123 sec latency 25.431 ms 2023-11-17T06:08:19.136 INFO:teuthology.orchestra.run.smithi173.stdout: 5 171509 14.51 MB/sec execute 124 sec latency 37.419 ms 2023-11-17T06:08:20.136 INFO:teuthology.orchestra.run.smithi173.stdout: 5 172236 14.49 MB/sec execute 125 sec latency 38.928 ms 2023-11-17T06:08:21.136 INFO:teuthology.orchestra.run.smithi173.stdout: 5 172873 14.53 MB/sec execute 126 sec latency 30.800 ms 2023-11-17T06:08:22.136 INFO:teuthology.orchestra.run.smithi173.stdout: 5 173467 14.59 MB/sec execute 127 sec latency 38.972 ms 2023-11-17T06:08:23.136 INFO:teuthology.orchestra.run.smithi173.stdout: 5 173891 14.61 MB/sec execute 128 sec latency 30.125 ms 2023-11-17T06:08:24.136 INFO:teuthology.orchestra.run.smithi173.stdout: 5 174213 14.54 MB/sec execute 129 sec latency 44.101 ms 2023-11-17T06:08:25.136 INFO:teuthology.orchestra.run.smithi173.stdout: 5 174448 14.47 MB/sec execute 130 sec latency 66.148 ms 2023-11-17T06:08:26.136 INFO:teuthology.orchestra.run.smithi173.stdout: 5 174639 14.39 MB/sec execute 131 sec latency 112.800 ms 2023-11-17T06:08:27.136 INFO:teuthology.orchestra.run.smithi173.stdout: 5 174895 14.34 MB/sec execute 132 sec latency 48.975 ms 2023-11-17T06:08:28.137 INFO:teuthology.orchestra.run.smithi173.stdout: 5 175484 14.31 MB/sec execute 133 sec latency 73.435 ms 2023-11-17T06:08:29.136 INFO:teuthology.orchestra.run.smithi173.stdout: 5 176196 14.34 MB/sec execute 134 sec latency 48.645 ms 2023-11-17T06:08:30.137 INFO:teuthology.orchestra.run.smithi173.stdout: 5 177019 14.44 MB/sec execute 135 sec latency 36.596 ms 2023-11-17T06:08:31.136 INFO:teuthology.orchestra.run.smithi173.stdout: 5 177771 14.50 MB/sec execute 136 sec latency 44.397 ms 2023-11-17T06:08:32.136 INFO:teuthology.orchestra.run.smithi173.stdout: 5 178280 14.48 MB/sec execute 137 sec latency 37.899 ms 2023-11-17T06:08:33.136 INFO:teuthology.orchestra.run.smithi173.stdout: 5 178803 14.43 MB/sec execute 138 sec latency 45.317 ms 2023-11-17T06:08:34.136 INFO:teuthology.orchestra.run.smithi173.stdout: 5 179161 14.39 MB/sec execute 139 sec latency 44.065 ms 2023-11-17T06:08:35.137 INFO:teuthology.orchestra.run.smithi173.stdout: 5 179505 14.34 MB/sec execute 140 sec latency 53.344 ms 2023-11-17T06:08:36.136 INFO:teuthology.orchestra.run.smithi173.stdout: 5 179831 14.32 MB/sec execute 141 sec latency 65.777 ms 2023-11-17T06:08:37.136 INFO:teuthology.orchestra.run.smithi173.stdout: 5 180207 14.31 MB/sec execute 142 sec latency 73.371 ms 2023-11-17T06:08:38.136 INFO:teuthology.orchestra.run.smithi173.stdout: 5 180634 14.31 MB/sec execute 143 sec latency 45.068 ms 2023-11-17T06:08:39.137 INFO:teuthology.orchestra.run.smithi173.stdout: 5 180978 14.31 MB/sec execute 144 sec latency 35.104 ms 2023-11-17T06:08:40.137 INFO:teuthology.orchestra.run.smithi173.stdout: 5 181279 14.25 MB/sec execute 145 sec latency 48.176 ms 2023-11-17T06:08:41.136 INFO:teuthology.orchestra.run.smithi173.stdout: 5 181496 14.19 MB/sec execute 146 sec latency 49.286 ms 2023-11-17T06:09:31.220 INFO:teuthology.orchestra.run.smithi173.stdout: 5 181718 14.12 MB/sec execute 147 sec latency 58.836 ms 2023-11-17T06:09:31.220 INFO:teuthology.orchestra.run.smithi173.stdout: 5 181953 14.05 MB/sec execute 148 sec latency 71.603 ms 2023-11-17T06:09:31.220 INFO:teuthology.orchestra.run.smithi173.stdout: 5 182327 14.01 MB/sec execute 149 sec latency 66.018 ms 2023-11-17T06:09:31.220 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:09:31.220 INFO:teuthology.orchestra.run.smithi173.stdout: 5 182698 13.98 MB/sec execute 150 sec latency 55.004 ms 2023-11-17T06:09:31.221 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:09:31.221 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:09:31.221 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:09:31.221 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (39m) 4m ago 39m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:09:31.221 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:09:31.221 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:09:31.221 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:09:31.221 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:09:31.221 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:09:31.221 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (44m) 4m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:09:31.222 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (5m) 4m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:09:31.222 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (5m) 4m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:09:31.222 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 4m ago 16m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:09:31.222 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 4m ago 14m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:09:31.334 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:09:31.334 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:09:31.334 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:09:31.334 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:09:31.334 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:09:31.334 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:09:31.334 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:09:31.334 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:09:31.334 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:09:31.335 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:09:31.335 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:09:31.335 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:09:31.335 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:09:31.335 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:09:31.335 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:09:31.335 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:09:31.335 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:09:31.335 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:09:31.335 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:09:31.335 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:09:31.335 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:09:31.335 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:09:31.335 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:09:31.336 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:09:31.336 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:09:31.336 INFO:teuthology.orchestra.run.smithi173.stdout: 5 183054 13.93 MB/sec execute 151 sec latency 72.853 ms 2023-11-17T06:09:31.336 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:09:31.336 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:09:31.336 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:09:31.337 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:09:31.337 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:09:31.337 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:09:31.339 INFO:teuthology.orchestra.run.smithi173.stdout: 5 183483 13.93 MB/sec execute 152 sec latency 38.665 ms 2023-11-17T06:09:31.339 INFO:teuthology.orchestra.run.smithi173.stdout: 5 183918 13.93 MB/sec execute 153 sec latency 55.813 ms 2023-11-17T06:09:31.340 INFO:teuthology.orchestra.run.smithi173.stdout: 5 184167 13.90 MB/sec execute 154 sec latency 50.502 ms 2023-11-17T06:09:31.340 INFO:teuthology.orchestra.run.smithi173.stdout: 5 184400 13.88 MB/sec execute 155 sec latency 54.098 ms 2023-11-17T06:09:31.340 INFO:teuthology.orchestra.run.smithi173.stdout: 5 184640 13.84 MB/sec execute 156 sec latency 61.390 ms 2023-11-17T06:09:31.340 INFO:teuthology.orchestra.run.smithi173.stdout: 5 184974 13.80 MB/sec execute 157 sec latency 41.674 ms 2023-11-17T06:09:31.340 INFO:teuthology.orchestra.run.smithi173.stdout: 5 185341 13.76 MB/sec execute 158 sec latency 54.916 ms 2023-11-17T06:09:31.340 INFO:teuthology.orchestra.run.smithi173.stdout: 5 185701 13.72 MB/sec execute 159 sec latency 43.204 ms 2023-11-17T06:09:31.340 INFO:teuthology.orchestra.run.smithi173.stdout: 5 186112 13.69 MB/sec execute 160 sec latency 47.428 ms 2023-11-17T06:09:31.340 INFO:teuthology.orchestra.run.smithi173.stdout: 5 186451 13.65 MB/sec execute 161 sec latency 87.385 ms 2023-11-17T06:09:31.340 INFO:teuthology.orchestra.run.smithi173.stdout: 5 186901 13.64 MB/sec execute 162 sec latency 40.190 ms 2023-11-17T06:09:31.340 INFO:teuthology.orchestra.run.smithi173.stdout: 5 187262 13.62 MB/sec execute 163 sec latency 65.330 ms 2023-11-17T06:09:31.340 INFO:teuthology.orchestra.run.smithi173.stdout: 5 187682 13.64 MB/sec execute 164 sec latency 45.410 ms 2023-11-17T06:09:31.340 INFO:teuthology.orchestra.run.smithi173.stdout: 5 188088 13.65 MB/sec execute 165 sec latency 39.124 ms 2023-11-17T06:09:31.340 INFO:teuthology.orchestra.run.smithi173.stdout: 5 188496 13.63 MB/sec execute 166 sec latency 36.751 ms 2023-11-17T06:09:31.340 INFO:teuthology.orchestra.run.smithi173.stdout: 5 189109 13.62 MB/sec execute 167 sec latency 31.932 ms 2023-11-17T06:09:31.341 INFO:teuthology.orchestra.run.smithi173.stdout: 5 189645 13.61 MB/sec execute 168 sec latency 35.393 ms 2023-11-17T06:09:31.341 INFO:teuthology.orchestra.run.smithi173.stdout: 5 190175 13.58 MB/sec execute 169 sec latency 33.998 ms 2023-11-17T06:09:31.341 INFO:teuthology.orchestra.run.smithi173.stdout: 5 190618 13.59 MB/sec execute 170 sec latency 36.666 ms 2023-11-17T06:09:31.341 INFO:teuthology.orchestra.run.smithi173.stdout: 5 191326 13.65 MB/sec execute 171 sec latency 26.688 ms 2023-11-17T06:09:31.341 INFO:teuthology.orchestra.run.smithi173.stdout: 5 191856 13.68 MB/sec execute 172 sec latency 31.558 ms 2023-11-17T06:09:31.341 INFO:teuthology.orchestra.run.smithi173.stdout: 5 192360 13.67 MB/sec execute 173 sec latency 40.144 ms 2023-11-17T06:09:31.341 INFO:teuthology.orchestra.run.smithi173.stdout: 5 192827 13.64 MB/sec execute 174 sec latency 41.039 ms 2023-11-17T06:09:31.341 INFO:teuthology.orchestra.run.smithi173.stdout: 5 193355 13.62 MB/sec execute 175 sec latency 41.997 ms 2023-11-17T06:09:31.341 INFO:teuthology.orchestra.run.smithi173.stdout: 5 193922 13.62 MB/sec execute 176 sec latency 29.210 ms 2023-11-17T06:09:31.341 INFO:teuthology.orchestra.run.smithi173.stdout: 5 194590 13.68 MB/sec execute 177 sec latency 35.383 ms 2023-11-17T06:09:31.341 INFO:teuthology.orchestra.run.smithi173.stdout: 5 195303 13.75 MB/sec execute 178 sec latency 38.303 ms 2023-11-17T06:09:31.341 INFO:teuthology.orchestra.run.smithi173.stdout: 5 196151 13.76 MB/sec execute 179 sec latency 57.564 ms 2023-11-17T06:09:31.341 INFO:teuthology.orchestra.run.smithi173.stdout: 5 196604 13.73 MB/sec execute 180 sec latency 43.189 ms 2023-11-17T06:09:31.341 INFO:teuthology.orchestra.run.smithi173.stdout: 5 196960 13.70 MB/sec execute 181 sec latency 68.635 ms 2023-11-17T06:09:31.342 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:09:31.343 INFO:teuthology.orchestra.run.smithi173.stdout: 5 197356 13.67 MB/sec execute 182 sec latency 46.222 ms 2023-11-17T06:09:31.343 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:09:31.344 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:09:31.344 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:09:31.344 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (39m) 4m ago 39m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:09:31.344 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:09:31.344 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:09:31.344 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:09:31.344 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:09:31.344 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:09:31.344 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (45m) 4m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:09:31.344 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (5m) 4m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:09:31.344 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (5m) 4m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:09:31.344 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 4m ago 17m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:09:31.344 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 4m ago 15m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:09:31.345 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:09:31.345 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:09:31.345 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:09:31.345 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:09:31.345 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:09:31.345 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:09:31.345 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:09:31.345 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:09:31.345 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:09:31.345 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:09:31.345 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:09:31.345 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:09:31.345 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:09:31.345 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:09:31.346 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:09:31.346 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:09:31.346 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:09:31.346 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:09:31.346 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:09:31.346 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:09:31.346 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:09:31.381 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:09:31.381 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:09:31.381 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:09:31.381 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:09:31.382 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:09:31.382 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:09:31.382 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:09:31.382 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:09:31.382 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:09:31.384 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:09:31.415 INFO:teuthology.orchestra.run.smithi173.stdout: 5 197699 13.68 MB/sec execute 183 sec latency 36.618 ms 2023-11-17T06:09:31.415 INFO:teuthology.orchestra.run.smithi173.stdout: 5 198402 13.72 MB/sec execute 184 sec latency 37.131 ms 2023-11-17T06:09:31.415 INFO:teuthology.orchestra.run.smithi173.stdout: 5 198977 13.75 MB/sec execute 185 sec latency 66.915 ms 2023-11-17T06:09:31.415 INFO:teuthology.orchestra.run.smithi173.stdout: 5 199299 13.71 MB/sec execute 186 sec latency 40.131 ms 2023-11-17T06:09:31.415 INFO:teuthology.orchestra.run.smithi173.stdout: 5 199625 13.68 MB/sec execute 187 sec latency 56.050 ms 2023-11-17T06:09:31.445 INFO:teuthology.orchestra.run.smithi173.stdout: 5 200029 13.65 MB/sec execute 188 sec latency 51.204 ms 2023-11-17T06:09:31.445 INFO:teuthology.orchestra.run.smithi173.stdout: 5 200842 13.67 MB/sec execute 189 sec latency 38.399 ms 2023-11-17T06:09:31.445 INFO:teuthology.orchestra.run.smithi173.stdout: 5 201516 13.70 MB/sec execute 190 sec latency 30.556 ms 2023-11-17T06:09:31.445 INFO:teuthology.orchestra.run.smithi173.stdout: 5 202169 13.77 MB/sec execute 191 sec latency 42.579 ms 2023-11-17T06:09:31.445 INFO:teuthology.orchestra.run.smithi173.stdout: 5 202681 13.78 MB/sec execute 192 sec latency 36.836 ms 2023-11-17T06:09:31.445 INFO:teuthology.orchestra.run.smithi173.stdout: 5 203172 13.75 MB/sec execute 193 sec latency 36.758 ms 2023-11-17T06:09:31.445 INFO:teuthology.orchestra.run.smithi173.stdout: 5 203579 13.72 MB/sec execute 194 sec latency 74.175 ms 2023-11-17T06:09:31.445 INFO:teuthology.orchestra.run.smithi173.stdout: 5 203838 13.67 MB/sec execute 195 sec latency 59.727 ms 2023-11-17T06:09:31.445 INFO:teuthology.orchestra.run.smithi173.stdout: 5 204135 13.65 MB/sec execute 196 sec latency 88.188 ms 2023-11-17T06:09:32.138 INFO:teuthology.orchestra.run.smithi173.stdout: 5 204447 13.60 MB/sec execute 197 sec latency 43.686 ms 2023-11-17T06:09:33.138 INFO:teuthology.orchestra.run.smithi173.stdout: 5 204751 13.60 MB/sec execute 198 sec latency 70.394 ms 2023-11-17T06:09:34.138 INFO:teuthology.orchestra.run.smithi173.stdout: 5 205074 13.58 MB/sec execute 199 sec latency 57.102 ms 2023-11-17T06:09:35.138 INFO:teuthology.orchestra.run.smithi173.stdout: 5 205430 13.57 MB/sec execute 200 sec latency 45.746 ms 2023-11-17T06:09:36.138 INFO:teuthology.orchestra.run.smithi173.stdout: 5 205730 13.56 MB/sec execute 201 sec latency 88.096 ms 2023-11-17T06:09:37.138 INFO:teuthology.orchestra.run.smithi173.stdout: 5 205974 13.53 MB/sec execute 202 sec latency 59.850 ms 2023-11-17T06:09:38.138 INFO:teuthology.orchestra.run.smithi173.stdout: 5 206469 13.53 MB/sec execute 203 sec latency 43.568 ms 2023-11-17T06:09:39.138 INFO:teuthology.orchestra.run.smithi173.stdout: 5 206915 13.49 MB/sec execute 204 sec latency 51.783 ms 2023-11-17T06:09:40.138 INFO:teuthology.orchestra.run.smithi173.stdout: 5 207202 13.45 MB/sec execute 205 sec latency 62.996 ms 2023-11-17T06:09:41.138 INFO:teuthology.orchestra.run.smithi173.stdout: 5 207564 13.44 MB/sec execute 206 sec latency 53.770 ms 2023-11-17T06:09:42.138 INFO:teuthology.orchestra.run.smithi173.stdout: 5 207924 13.40 MB/sec execute 207 sec latency 62.690 ms 2023-11-17T06:09:43.138 INFO:teuthology.orchestra.run.smithi173.stdout: 5 208299 13.41 MB/sec execute 208 sec latency 57.446 ms 2023-11-17T06:09:44.139 INFO:teuthology.orchestra.run.smithi173.stdout: 5 208842 13.43 MB/sec execute 209 sec latency 44.865 ms 2023-11-17T06:09:45.140 INFO:teuthology.orchestra.run.smithi173.stdout: 5 209336 13.44 MB/sec execute 210 sec latency 47.341 ms 2023-11-17T06:09:46.139 INFO:teuthology.orchestra.run.smithi173.stdout: 5 209787 13.44 MB/sec execute 211 sec latency 35.815 ms 2023-11-17T06:09:47.139 INFO:teuthology.orchestra.run.smithi173.stdout: 5 210351 13.42 MB/sec execute 212 sec latency 54.461 ms 2023-11-17T06:09:48.139 INFO:teuthology.orchestra.run.smithi173.stdout: 5 210828 13.41 MB/sec execute 213 sec latency 32.049 ms 2023-11-17T06:09:48.422 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:09:49.139 INFO:teuthology.orchestra.run.smithi173.stdout: 5 211262 13.40 MB/sec execute 214 sec latency 39.577 ms 2023-11-17T06:09:50.226 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:09:50.240 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:09:50.240 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:09:50.240 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (40m) 5m ago 40m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:09:50.240 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:09:50.240 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:09:50.240 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (47m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:09:50.241 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:09:50.241 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (47m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:09:50.241 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (45m) 5m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:09:50.241 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (6m) 5m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:09:50.241 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (6m) 5m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:09:50.241 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 5m ago 17m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:09:50.241 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 5m ago 15m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:09:50.241 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:09:50.241 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:09:50.241 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:09:50.241 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:09:50.241 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:09:50.241 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:09:50.241 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:09:50.242 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:09:50.242 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:09:50.242 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:09:50.242 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:09:50.242 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:09:50.242 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:09:50.242 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:09:50.242 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:09:50.242 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:09:50.242 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:09:50.242 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:09:50.242 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:09:50.242 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:09:50.243 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:09:50.243 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:09:50.243 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:09:50.243 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:09:50.243 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:09:50.243 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:09:50.243 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:09:50.243 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:09:50.243 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:09:50.243 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:09:50.243 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:09:50.243 INFO:teuthology.orchestra.run.smithi173.stdout: 5 211806 13.41 MB/sec execute 215 sec latency 31.259 ms 2023-11-17T06:09:51.139 INFO:teuthology.orchestra.run.smithi173.stdout: 5 212188 13.40 MB/sec execute 216 sec latency 36.426 ms 2023-11-17T06:09:52.139 INFO:teuthology.orchestra.run.smithi173.stdout: 5 212555 13.39 MB/sec execute 217 sec latency 34.078 ms 2023-11-17T06:09:53.139 INFO:teuthology.orchestra.run.smithi173.stdout: 5 212948 13.40 MB/sec execute 218 sec latency 42.419 ms 2023-11-17T06:09:54.141 INFO:teuthology.orchestra.run.smithi173.stdout: 5 213266 13.37 MB/sec execute 219 sec latency 63.502 ms 2023-11-17T06:09:55.139 INFO:teuthology.orchestra.run.smithi173.stdout: 5 213603 13.35 MB/sec execute 220 sec latency 45.884 ms 2023-11-17T06:09:56.139 INFO:teuthology.orchestra.run.smithi173.stdout: 5 213981 13.31 MB/sec execute 221 sec latency 44.809 ms 2023-11-17T06:09:57.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 214213 13.28 MB/sec execute 222 sec latency 86.689 ms 2023-11-17T06:09:58.139 INFO:teuthology.orchestra.run.smithi173.stdout: 5 214476 13.24 MB/sec execute 223 sec latency 87.816 ms 2023-11-17T06:09:59.139 INFO:teuthology.orchestra.run.smithi173.stdout: 5 214785 13.23 MB/sec execute 224 sec latency 73.624 ms 2023-11-17T06:10:00.139 INFO:teuthology.orchestra.run.smithi173.stdout: 5 215111 13.19 MB/sec execute 225 sec latency 72.484 ms 2023-11-17T06:10:01.139 INFO:teuthology.orchestra.run.smithi173.stdout: 5 215443 13.19 MB/sec execute 226 sec latency 74.030 ms 2023-11-17T06:10:03.843 INFO:teuthology.orchestra.run.smithi173.stdout: 5 216226 13.24 MB/sec execute 227 sec latency 31.036 ms 2023-11-17T06:10:03.882 INFO:teuthology.orchestra.run.smithi173.stdout: 5 216910 13.27 MB/sec execute 228 sec latency 30.041 ms 2023-11-17T06:10:04.143 INFO:teuthology.orchestra.run.smithi173.stdout: 5 217650 13.28 MB/sec execute 229 sec latency 48.290 ms 2023-11-17T06:10:05.139 INFO:teuthology.orchestra.run.smithi173.stdout: 5 218157 13.27 MB/sec execute 230 sec latency 45.360 ms 2023-11-17T06:10:06.139 INFO:teuthology.orchestra.run.smithi173.stdout: 5 218686 13.26 MB/sec execute 231 sec latency 37.187 ms 2023-11-17T06:10:07.140 INFO:teuthology.orchestra.run.smithi173.stdout: 5 219211 13.28 MB/sec execute 232 sec latency 28.313 ms 2023-11-17T06:10:08.140 INFO:teuthology.orchestra.run.smithi173.stdout: 5 219801 13.31 MB/sec execute 233 sec latency 30.182 ms 2023-11-17T06:10:09.143 INFO:teuthology.orchestra.run.smithi173.stdout: 5 220270 13.32 MB/sec execute 234 sec latency 52.983 ms 2023-11-17T06:10:10.139 INFO:teuthology.orchestra.run.smithi173.stdout: 5 220656 13.31 MB/sec execute 235 sec latency 43.862 ms 2023-11-17T06:10:11.139 INFO:teuthology.orchestra.run.smithi173.stdout: 5 221023 13.27 MB/sec execute 236 sec latency 47.092 ms 2023-11-17T06:10:12.144 INFO:teuthology.orchestra.run.smithi173.stdout: 5 221399 13.25 MB/sec execute 237 sec latency 39.885 ms 2023-11-17T06:10:13.140 INFO:teuthology.orchestra.run.smithi173.stdout: 5 221917 13.25 MB/sec execute 238 sec latency 43.609 ms 2023-11-17T06:10:14.140 INFO:teuthology.orchestra.run.smithi173.stdout: 5 222381 13.24 MB/sec execute 239 sec latency 38.716 ms 2023-11-17T06:10:15.140 INFO:teuthology.orchestra.run.smithi173.stdout: 5 222684 13.23 MB/sec execute 240 sec latency 53.102 ms 2023-11-17T06:10:16.141 INFO:teuthology.orchestra.run.smithi173.stdout: 5 222991 13.22 MB/sec execute 241 sec latency 96.617 ms 2023-11-17T06:10:17.141 INFO:teuthology.orchestra.run.smithi173.stdout: 5 223214 13.19 MB/sec execute 242 sec latency 70.163 ms 2023-11-17T06:10:18.140 INFO:teuthology.orchestra.run.smithi173.stdout: 5 223459 13.17 MB/sec execute 243 sec latency 66.770 ms 2023-11-17T06:10:19.140 INFO:teuthology.orchestra.run.smithi173.stdout: 5 223691 13.16 MB/sec execute 244 sec latency 72.162 ms 2023-11-17T06:10:20.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 223969 13.13 MB/sec execute 245 sec latency 48.301 ms 2023-11-17T06:10:20.344 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:10:21.022 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:10:21.022 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (41m) 5m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:10:21.022 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (41m) 5m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:10:21.022 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (40m) 5m ago 40m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:10:21.023 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:10:21.023 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:10:21.023 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (47m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:10:21.023 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:10:21.023 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (47m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:10:21.023 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (46m) 5m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:10:21.023 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (6m) 5m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:10:21.023 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (6m) 5m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:10:21.023 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 5m ago 18m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:10:21.023 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 5m ago 16m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:10:21.023 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:10:21.023 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:10:21.023 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:10:21.023 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:10:21.024 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:10:21.024 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:10:21.024 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:10:21.024 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:10:21.140 INFO:teuthology.orchestra.run.smithi173.stdout: 5 224233 13.10 MB/sec execute 246 sec latency 49.329 ms 2023-11-17T06:10:21.409 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:10:21.409 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:10:21.409 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:10:21.409 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:10:21.409 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:10:21.409 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:10:21.409 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:10:21.410 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:10:21.410 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:10:21.410 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:10:21.410 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:10:21.410 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:10:21.410 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:10:21.410 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:10:21.410 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:10:21.410 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:10:21.410 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:10:21.759 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:10:21.760 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:10:21.760 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:10:21.760 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:10:21.760 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:10:21.760 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:10:22.140 INFO:teuthology.orchestra.run.smithi173.stdout: 5 224523 13.06 MB/sec execute 247 sec latency 68.667 ms 2023-11-17T06:10:23.140 INFO:teuthology.orchestra.run.smithi173.stdout: 5 224894 13.04 MB/sec execute 248 sec latency 42.185 ms 2023-11-17T06:10:24.140 INFO:teuthology.orchestra.run.smithi173.stdout: 5 225365 13.04 MB/sec execute 249 sec latency 43.177 ms 2023-11-17T06:10:25.140 INFO:teuthology.orchestra.run.smithi173.stdout: 5 225795 13.02 MB/sec execute 250 sec latency 55.890 ms 2023-11-17T06:10:26.140 INFO:teuthology.orchestra.run.smithi173.stdout: 5 226150 13.02 MB/sec execute 251 sec latency 63.275 ms 2023-11-17T06:10:27.140 INFO:teuthology.orchestra.run.smithi173.stdout: 5 226598 13.03 MB/sec execute 252 sec latency 45.182 ms 2023-11-17T06:10:28.140 INFO:teuthology.orchestra.run.smithi173.stdout: 5 227006 13.03 MB/sec execute 253 sec latency 46.087 ms 2023-11-17T06:10:29.140 INFO:teuthology.orchestra.run.smithi173.stdout: 5 227353 13.03 MB/sec execute 254 sec latency 34.961 ms 2023-11-17T06:10:30.140 INFO:teuthology.orchestra.run.smithi173.stdout: 5 227687 13.01 MB/sec execute 255 sec latency 37.081 ms 2023-11-17T06:10:31.140 INFO:teuthology.orchestra.run.smithi173.stdout: 5 228010 12.97 MB/sec execute 256 sec latency 51.905 ms 2023-11-17T06:10:32.140 INFO:teuthology.orchestra.run.smithi173.stdout: 5 228334 12.95 MB/sec execute 257 sec latency 44.188 ms 2023-11-17T06:10:33.140 INFO:teuthology.orchestra.run.smithi173.stdout: 5 228810 12.95 MB/sec execute 258 sec latency 45.499 ms 2023-11-17T06:10:34.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 229227 12.93 MB/sec execute 259 sec latency 47.936 ms 2023-11-17T06:10:35.143 INFO:teuthology.orchestra.run.smithi173.stdout: 5 229682 12.94 MB/sec execute 260 sec latency 54.766 ms 2023-11-17T06:10:36.141 INFO:teuthology.orchestra.run.smithi173.stdout: 5 230214 12.96 MB/sec execute 261 sec latency 33.831 ms 2023-11-17T06:10:37.140 INFO:teuthology.orchestra.run.smithi173.stdout: 5 230717 12.97 MB/sec execute 262 sec latency 52.725 ms 2023-11-17T06:10:38.143 INFO:teuthology.orchestra.run.smithi173.stdout: 5 231107 12.96 MB/sec execute 263 sec latency 64.253 ms 2023-11-17T06:10:39.147 INFO:teuthology.orchestra.run.smithi173.stdout: 5 231572 12.94 MB/sec execute 264 sec latency 35.756 ms 2023-11-17T06:10:40.140 INFO:teuthology.orchestra.run.smithi173.stdout: 5 231913 12.92 MB/sec execute 265 sec latency 32.565 ms 2023-11-17T06:10:41.141 INFO:teuthology.orchestra.run.smithi173.stdout: 5 232347 12.92 MB/sec execute 266 sec latency 48.496 ms 2023-11-17T06:10:42.141 INFO:teuthology.orchestra.run.smithi173.stdout: 5 232740 12.90 MB/sec execute 267 sec latency 70.186 ms 2023-11-17T06:10:43.141 INFO:teuthology.orchestra.run.smithi173.stdout: 5 233198 12.90 MB/sec execute 268 sec latency 39.139 ms 2023-11-17T06:10:44.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 233850 12.94 MB/sec execute 269 sec latency 51.082 ms 2023-11-17T06:10:45.141 INFO:teuthology.orchestra.run.smithi173.stdout: 5 234349 12.95 MB/sec execute 270 sec latency 40.049 ms 2023-11-17T06:10:46.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 234634 12.93 MB/sec execute 271 sec latency 57.139 ms 2023-11-17T06:10:47.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 234958 12.91 MB/sec execute 272 sec latency 74.810 ms 2023-11-17T06:10:48.141 INFO:teuthology.orchestra.run.smithi173.stdout: 5 235282 12.88 MB/sec execute 273 sec latency 44.161 ms 2023-11-17T06:10:49.141 INFO:teuthology.orchestra.run.smithi173.stdout: 5 235613 12.86 MB/sec execute 274 sec latency 48.136 ms 2023-11-17T06:10:50.141 INFO:teuthology.orchestra.run.smithi173.stdout: 5 236082 12.86 MB/sec execute 275 sec latency 56.406 ms 2023-11-17T06:10:51.145 INFO:teuthology.orchestra.run.smithi173.stdout: 5 236529 12.85 MB/sec execute 276 sec latency 51.325 ms 2023-11-17T06:10:52.081 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:10:52.141 INFO:teuthology.orchestra.run.smithi173.stdout: 5 236866 12.84 MB/sec execute 277 sec latency 46.710 ms 2023-11-17T06:10:52.711 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:10:52.712 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:10:52.712 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:10:52.712 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (41m) 6m ago 41m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:10:52.712 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:10:52.712 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:10:52.713 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:10:52.713 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:10:52.713 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:10:52.713 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (46m) 6m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:10:52.713 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (7m) 6m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:10:52.713 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (7m) 6m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:10:52.713 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 6m ago 18m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:10:52.714 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 6m ago 16m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:10:52.714 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:10:52.714 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:10:52.714 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:10:52.714 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:10:52.714 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:10:52.714 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:10:52.715 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:10:52.715 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:10:53.067 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:10:53.067 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:10:53.067 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:10:53.067 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:10:53.067 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:10:53.068 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:10:53.068 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:10:53.068 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:10:53.068 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:10:53.068 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:10:53.068 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:10:53.068 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:10:53.068 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:10:53.068 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:10:53.068 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:10:53.068 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:10:53.068 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:10:53.141 INFO:teuthology.orchestra.run.smithi173.stdout: 5 237341 12.86 MB/sec execute 278 sec latency 37.073 ms 2023-11-17T06:10:53.391 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:10:53.392 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:10:53.392 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:10:53.392 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:10:53.392 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:10:53.392 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:10:54.141 INFO:teuthology.orchestra.run.smithi173.stdout: 5 237644 12.84 MB/sec execute 279 sec latency 61.994 ms 2023-11-17T06:10:55.141 INFO:teuthology.orchestra.run.smithi173.stdout: 5 237910 12.83 MB/sec execute 280 sec latency 54.771 ms 2023-11-17T06:10:56.141 INFO:teuthology.orchestra.run.smithi173.stdout: 5 238084 12.80 MB/sec execute 281 sec latency 76.403 ms 2023-11-17T06:10:57.141 INFO:teuthology.orchestra.run.smithi173.stdout: 5 238310 12.78 MB/sec execute 282 sec latency 67.385 ms 2023-11-17T06:10:58.141 INFO:teuthology.orchestra.run.smithi173.stdout: 5 238501 12.74 MB/sec execute 283 sec latency 89.407 ms 2023-11-17T06:10:59.141 INFO:teuthology.orchestra.run.smithi173.stdout: 5 238809 12.71 MB/sec execute 284 sec latency 93.054 ms 2023-11-17T06:11:00.141 INFO:teuthology.orchestra.run.smithi173.stdout: 5 239276 12.71 MB/sec execute 285 sec latency 38.600 ms 2023-11-17T06:11:02.525 INFO:teuthology.orchestra.run.smithi173.stdout: 5 239855 12.71 MB/sec execute 286 sec latency 39.264 ms 2023-11-17T06:11:02.525 INFO:teuthology.orchestra.run.smithi173.stdout: 5 240431 12.73 MB/sec execute 287 sec latency 32.082 ms 2023-11-17T06:11:03.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 241109 12.76 MB/sec execute 288 sec latency 48.599 ms 2023-11-17T06:11:04.141 INFO:teuthology.orchestra.run.smithi173.stdout: 5 241519 12.77 MB/sec execute 289 sec latency 44.676 ms 2023-11-17T06:11:05.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 241892 12.76 MB/sec execute 290 sec latency 48.867 ms 2023-11-17T06:11:06.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 242232 12.73 MB/sec execute 291 sec latency 40.696 ms 2023-11-17T06:11:07.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 242424 12.70 MB/sec execute 292 sec latency 59.202 ms 2023-11-17T06:11:08.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 242616 12.67 MB/sec execute 293 sec latency 128.894 ms 2023-11-17T06:11:09.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 242911 12.66 MB/sec execute 294 sec latency 66.788 ms 2023-11-17T06:11:10.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 243134 12.63 MB/sec execute 295 sec latency 87.653 ms 2023-11-17T06:11:11.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 243387 12.61 MB/sec execute 296 sec latency 89.508 ms 2023-11-17T06:11:12.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 243796 12.61 MB/sec execute 297 sec latency 49.815 ms 2023-11-17T06:11:13.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 244174 12.60 MB/sec execute 298 sec latency 49.393 ms 2023-11-17T06:11:14.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 244613 12.60 MB/sec execute 299 sec latency 43.510 ms 2023-11-17T06:11:15.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 244927 12.61 MB/sec execute 300 sec latency 44.270 ms 2023-11-17T06:11:16.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 245144 12.58 MB/sec execute 301 sec latency 63.317 ms 2023-11-17T06:11:17.143 INFO:teuthology.orchestra.run.smithi173.stdout: 5 245400 12.57 MB/sec execute 302 sec latency 74.698 ms 2023-11-17T06:11:18.143 INFO:teuthology.orchestra.run.smithi173.stdout: 5 245635 12.53 MB/sec execute 303 sec latency 93.396 ms 2023-11-17T06:11:19.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 245990 12.51 MB/sec execute 304 sec latency 54.290 ms 2023-11-17T06:11:20.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 246502 12.52 MB/sec execute 305 sec latency 36.029 ms 2023-11-17T06:11:21.143 INFO:teuthology.orchestra.run.smithi173.stdout: 5 246923 12.50 MB/sec execute 306 sec latency 68.847 ms 2023-11-17T06:11:22.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 247341 12.51 MB/sec execute 307 sec latency 38.044 ms 2023-11-17T06:11:23.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 247714 12.50 MB/sec execute 308 sec latency 44.483 ms 2023-11-17T06:11:23.770 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:11:24.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 248052 12.50 MB/sec execute 309 sec latency 46.463 ms 2023-11-17T06:11:24.454 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:11:24.454 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (42m) 6m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:11:24.455 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (42m) 6m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:11:24.455 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (41m) 6m ago 41m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:11:24.455 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:11:24.455 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:11:24.455 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:11:24.455 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:11:24.455 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (48m) 6m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:11:24.455 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (47m) 6m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:11:24.456 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (7m) 6m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:11:24.456 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (7m) 6m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:11:24.456 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 6m ago 19m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:11:24.456 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 6m ago 17m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:11:24.456 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (42m) 6m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:11:24.456 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:11:24.456 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:11:24.456 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:11:24.456 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:11:24.456 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:11:24.457 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:11:24.457 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:11:24.841 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:11:24.841 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:11:24.842 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:11:24.846 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:11:24.847 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:11:24.847 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:11:24.847 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:11:24.847 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:11:24.848 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:11:24.848 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:11:24.848 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:11:24.848 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:11:24.848 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:11:24.849 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:11:24.849 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:11:24.849 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:11:24.849 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:11:25.144 INFO:teuthology.orchestra.run.smithi173.stdout: 5 248325 12.49 MB/sec execute 310 sec latency 64.779 ms 2023-11-17T06:11:25.157 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:11:25.157 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:11:25.157 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:11:25.157 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:11:25.157 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:11:25.157 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:11:26.143 INFO:teuthology.orchestra.run.smithi173.stdout: 5 248606 12.48 MB/sec execute 311 sec latency 69.870 ms 2023-11-17T06:11:27.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 248928 12.47 MB/sec execute 312 sec latency 48.733 ms 2023-11-17T06:11:28.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 249192 12.44 MB/sec execute 313 sec latency 70.396 ms 2023-11-17T06:11:29.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 249494 12.42 MB/sec execute 314 sec latency 73.822 ms 2023-11-17T06:11:30.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 249784 12.40 MB/sec execute 315 sec latency 46.621 ms 2023-11-17T06:11:31.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 250199 12.40 MB/sec execute 316 sec latency 58.547 ms 2023-11-17T06:11:32.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 250632 12.39 MB/sec execute 317 sec latency 48.658 ms 2023-11-17T06:11:33.142 INFO:teuthology.orchestra.run.smithi173.stdout: 5 251020 12.39 MB/sec execute 318 sec latency 50.653 ms 2023-11-17T06:11:34.143 INFO:teuthology.orchestra.run.smithi173.stdout: 5 251528 12.40 MB/sec execute 319 sec latency 35.080 ms 2023-11-17T06:11:35.143 INFO:teuthology.orchestra.run.smithi173.stdout: 5 251892 12.40 MB/sec execute 320 sec latency 45.914 ms 2023-11-17T06:12:13.550 INFO:teuthology.orchestra.run.smithi173.stdout: 5 252250 12.40 MB/sec execute 321 sec latency 40.333 ms 2023-11-17T06:12:13.551 INFO:teuthology.orchestra.run.smithi173.stdout: 5 252625 12.39 MB/sec execute 322 sec latency 47.852 ms 2023-11-17T06:12:13.551 INFO:teuthology.orchestra.run.smithi173.stdout: 5 252954 12.36 MB/sec execute 323 sec latency 47.483 ms 2023-11-17T06:12:13.551 INFO:teuthology.orchestra.run.smithi173.stdout: 5 253239 12.35 MB/sec execute 324 sec latency 57.944 ms 2023-11-17T06:12:13.551 INFO:teuthology.orchestra.run.smithi173.stdout: 5 253651 12.34 MB/sec execute 325 sec latency 48.395 ms 2023-11-17T06:12:13.551 INFO:teuthology.orchestra.run.smithi173.stdout: 5 254050 12.32 MB/sec execute 326 sec latency 68.292 ms 2023-11-17T06:12:13.551 INFO:teuthology.orchestra.run.smithi173.stdout: 5 254459 12.33 MB/sec execute 327 sec latency 28.738 ms 2023-11-17T06:12:13.551 INFO:teuthology.orchestra.run.smithi173.stdout: 5 254835 12.33 MB/sec execute 328 sec latency 45.941 ms 2023-11-17T06:12:13.551 INFO:teuthology.orchestra.run.smithi173.stdout: 5 255276 12.33 MB/sec execute 329 sec latency 54.400 ms 2023-11-17T06:12:13.551 INFO:teuthology.orchestra.run.smithi173.stdout: 5 255610 12.33 MB/sec execute 330 sec latency 52.507 ms 2023-11-17T06:12:13.551 INFO:teuthology.orchestra.run.smithi173.stdout: 5 255860 12.31 MB/sec execute 331 sec latency 77.974 ms 2023-11-17T06:12:13.552 INFO:teuthology.orchestra.run.smithi173.stdout: 5 256193 12.30 MB/sec execute 332 sec latency 56.166 ms 2023-11-17T06:12:13.552 INFO:teuthology.orchestra.run.smithi173.stdout: 5 256423 12.27 MB/sec execute 333 sec latency 75.895 ms 2023-11-17T06:12:13.552 INFO:teuthology.orchestra.run.smithi173.stdout: 5 256595 12.25 MB/sec execute 334 sec latency 67.212 ms 2023-11-17T06:12:13.552 INFO:teuthology.orchestra.run.smithi173.stdout: 5 256786 12.23 MB/sec execute 335 sec latency 56.806 ms 2023-11-17T06:12:13.552 INFO:teuthology.orchestra.run.smithi173.stdout: 5 257052 12.21 MB/sec execute 336 sec latency 134.248 ms 2023-11-17T06:12:13.552 INFO:teuthology.orchestra.run.smithi173.stdout: 5 257292 12.19 MB/sec execute 337 sec latency 80.628 ms 2023-11-17T06:12:13.552 INFO:teuthology.orchestra.run.smithi173.stdout: 5 257612 12.17 MB/sec execute 338 sec latency 104.200 ms 2023-11-17T06:12:13.552 INFO:teuthology.orchestra.run.smithi173.stdout: 5 257968 12.18 MB/sec execute 339 sec latency 47.275 ms 2023-11-17T06:12:13.552 INFO:teuthology.orchestra.run.smithi173.stdout: 5 258325 12.17 MB/sec execute 340 sec latency 66.868 ms 2023-11-17T06:12:13.553 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:12:13.600 INFO:teuthology.orchestra.run.smithi173.stdout: 5 258655 12.17 MB/sec execute 341 sec latency 61.730 ms 2023-11-17T06:12:13.600 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:12:13.600 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:12:13.601 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:12:13.601 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (42m) 7m ago 42m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:12:13.601 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:12:13.601 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:12:13.601 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:12:13.601 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:12:13.601 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:12:13.601 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (47m) 7m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:12:13.601 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (8m) 7m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:12:13.601 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (8m) 7m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:12:13.601 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 7m ago 19m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:12:13.601 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 7m ago 17m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:12:13.601 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:12:13.602 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:12:13.602 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:12:13.602 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:12:13.602 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:12:13.602 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:12:13.602 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:12:13.602 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:12:13.602 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:12:13.602 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:12:13.602 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:12:13.602 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:12:13.602 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:12:13.602 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:12:13.603 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:12:13.603 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:12:13.603 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:12:13.603 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:12:13.603 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:12:13.603 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:12:13.603 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:12:13.603 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:12:13.603 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:12:13.603 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:12:13.603 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:12:13.603 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:12:13.603 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:12:13.604 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:12:13.604 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:12:13.604 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:12:13.604 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:12:13.605 INFO:teuthology.orchestra.run.smithi173.stdout: 5 259056 12.17 MB/sec execute 342 sec latency 50.276 ms 2023-11-17T06:12:13.605 INFO:teuthology.orchestra.run.smithi173.stdout: 5 259517 12.17 MB/sec execute 343 sec latency 41.471 ms 2023-11-17T06:12:13.605 INFO:teuthology.orchestra.run.smithi173.stdout: 5 259910 12.16 MB/sec execute 344 sec latency 57.544 ms 2023-11-17T06:12:13.606 INFO:teuthology.orchestra.run.smithi173.stdout: 5 260171 12.13 MB/sec execute 345 sec latency 69.675 ms 2023-11-17T06:12:13.606 INFO:teuthology.orchestra.run.smithi173.stdout: 5 260537 12.13 MB/sec execute 346 sec latency 43.708 ms 2023-11-17T06:12:13.606 INFO:teuthology.orchestra.run.smithi173.stdout: 5 260924 12.12 MB/sec execute 347 sec latency 54.900 ms 2023-11-17T06:12:13.606 INFO:teuthology.orchestra.run.smithi173.stdout: 5 261268 12.11 MB/sec execute 348 sec latency 57.131 ms 2023-11-17T06:12:13.606 INFO:teuthology.orchestra.run.smithi173.stdout: 5 261568 12.11 MB/sec execute 349 sec latency 39.968 ms 2023-11-17T06:12:13.606 INFO:teuthology.orchestra.run.smithi173.stdout: 5 261871 12.09 MB/sec execute 350 sec latency 62.642 ms 2023-11-17T06:12:13.606 INFO:teuthology.orchestra.run.smithi173.stdout: 5 262186 12.09 MB/sec execute 351 sec latency 83.530 ms 2023-11-17T06:12:13.606 INFO:teuthology.orchestra.run.smithi173.stdout: 5 262446 12.08 MB/sec execute 352 sec latency 80.011 ms 2023-11-17T06:12:13.606 INFO:teuthology.orchestra.run.smithi173.stdout: 5 262712 12.07 MB/sec execute 353 sec latency 51.093 ms 2023-11-17T06:12:13.606 INFO:teuthology.orchestra.run.smithi173.stdout: 5 262917 12.05 MB/sec execute 354 sec latency 57.488 ms 2023-11-17T06:12:13.606 INFO:teuthology.orchestra.run.smithi173.stdout: 5 263174 12.04 MB/sec execute 355 sec latency 69.050 ms 2023-11-17T06:12:13.606 INFO:teuthology.orchestra.run.smithi173.stdout: 5 263455 12.01 MB/sec execute 356 sec latency 68.665 ms 2023-11-17T06:12:13.606 INFO:teuthology.orchestra.run.smithi173.stdout: 5 263684 11.99 MB/sec execute 357 sec latency 79.393 ms 2023-11-17T06:12:13.607 INFO:teuthology.orchestra.run.smithi173.stdout: 5 263954 11.98 MB/sec execute 358 sec latency 57.979 ms 2023-11-17T06:12:14.144 INFO:teuthology.orchestra.run.smithi173.stdout: 5 264350 11.98 MB/sec execute 359 sec latency 60.272 ms 2023-11-17T06:12:15.144 INFO:teuthology.orchestra.run.smithi173.stdout: 5 264700 11.96 MB/sec execute 360 sec latency 51.290 ms 2023-11-17T06:12:16.144 INFO:teuthology.orchestra.run.smithi173.stdout: 5 264977 11.95 MB/sec execute 361 sec latency 49.702 ms 2023-11-17T06:12:17.144 INFO:teuthology.orchestra.run.smithi173.stdout: 5 265283 11.95 MB/sec execute 362 sec latency 62.606 ms 2023-11-17T06:12:18.145 INFO:teuthology.orchestra.run.smithi173.stdout: 5 265648 11.94 MB/sec execute 363 sec latency 57.515 ms 2023-11-17T06:12:19.145 INFO:teuthology.orchestra.run.smithi173.stdout: 5 265923 11.93 MB/sec execute 364 sec latency 69.117 ms 2023-11-17T06:12:20.144 INFO:teuthology.orchestra.run.smithi173.stdout: 5 266153 11.93 MB/sec execute 365 sec latency 55.392 ms 2023-11-17T06:12:21.144 INFO:teuthology.orchestra.run.smithi173.stdout: 5 266369 11.91 MB/sec execute 366 sec latency 59.638 ms 2023-11-17T06:12:22.144 INFO:teuthology.orchestra.run.smithi173.stdout: 5 266620 11.90 MB/sec execute 367 sec latency 55.506 ms 2023-11-17T06:12:23.144 INFO:teuthology.orchestra.run.smithi173.stdout: 5 266855 11.88 MB/sec execute 368 sec latency 94.238 ms 2023-11-17T06:12:24.146 INFO:teuthology.orchestra.run.smithi173.stdout: 5 267072 11.85 MB/sec execute 369 sec latency 77.643 ms 2023-11-17T06:12:25.145 INFO:teuthology.orchestra.run.smithi173.stdout: 5 267239 11.83 MB/sec execute 370 sec latency 51.488 ms 2023-11-17T06:12:26.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 267418 11.81 MB/sec execute 371 sec latency 80.195 ms 2023-11-17T06:12:27.147 INFO:teuthology.orchestra.run.smithi173.stdout: 5 267690 11.80 MB/sec execute 372 sec latency 91.350 ms 2023-11-17T06:12:27.305 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:12:28.019 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:12:28.019 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (43m) 7m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:12:28.019 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (43m) 7m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:12:28.019 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (42m) 7m ago 42m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:12:28.019 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:12:28.019 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:12:28.019 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (50m) 7m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:12:28.019 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:12:28.019 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (50m) 7m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:12:28.019 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (48m) 7m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:12:28.020 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (8m) 7m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:12:28.020 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (8m) 7m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:12:28.169 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 7m ago 20m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:12:28.169 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 7m ago 18m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:12:28.169 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (43m) 7m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:12:28.169 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:12:28.169 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:12:28.169 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:12:28.169 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:12:28.170 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:12:28.170 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:12:28.170 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:12:28.170 INFO:teuthology.orchestra.run.smithi173.stdout: 5 268019 11.79 MB/sec execute 373 sec latency 83.393 ms 2023-11-17T06:12:28.395 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:12:28.395 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:12:28.395 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:12:28.395 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:12:28.395 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:12:28.395 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:12:28.395 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:12:28.395 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:12:28.395 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:12:28.396 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:12:28.396 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:12:28.396 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:12:28.396 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:12:28.396 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:12:28.396 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:12:28.396 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:12:28.396 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:12:28.735 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:12:28.735 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:12:28.735 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:12:28.735 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:12:28.735 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:12:28.735 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:12:29.147 INFO:teuthology.orchestra.run.smithi173.stdout: 5 268554 11.79 MB/sec execute 374 sec latency 35.147 ms 2023-11-17T06:12:30.147 INFO:teuthology.orchestra.run.smithi173.stdout: 5 269057 11.80 MB/sec execute 375 sec latency 41.231 ms 2023-11-17T06:12:31.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 269499 11.81 MB/sec execute 376 sec latency 39.138 ms 2023-11-17T06:12:32.147 INFO:teuthology.orchestra.run.smithi173.stdout: 5 269815 11.81 MB/sec execute 377 sec latency 58.505 ms 2023-11-17T06:12:33.147 INFO:teuthology.orchestra.run.smithi173.stdout: 5 270113 11.80 MB/sec execute 378 sec latency 43.132 ms 2023-11-17T06:12:34.147 INFO:teuthology.orchestra.run.smithi173.stdout: 5 270407 11.78 MB/sec execute 379 sec latency 56.987 ms 2023-11-17T06:12:35.147 INFO:teuthology.orchestra.run.smithi173.stdout: 5 270643 11.76 MB/sec execute 380 sec latency 57.389 ms 2023-11-17T06:12:36.147 INFO:teuthology.orchestra.run.smithi173.stdout: 5 270830 11.75 MB/sec execute 381 sec latency 78.317 ms 2023-11-17T06:12:37.147 INFO:teuthology.orchestra.run.smithi173.stdout: 5 271062 11.73 MB/sec execute 382 sec latency 70.352 ms 2023-11-17T06:12:38.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 271338 11.72 MB/sec execute 383 sec latency 98.353 ms 2023-11-17T06:12:39.147 INFO:teuthology.orchestra.run.smithi173.stdout: 5 271702 11.71 MB/sec execute 384 sec latency 77.907 ms 2023-11-17T06:12:40.147 INFO:teuthology.orchestra.run.smithi173.stdout: 5 272020 11.69 MB/sec execute 385 sec latency 40.328 ms 2023-11-17T06:12:41.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 272291 11.69 MB/sec execute 386 sec latency 76.746 ms 2023-11-17T06:12:42.147 INFO:teuthology.orchestra.run.smithi173.stdout: 5 272667 11.69 MB/sec execute 387 sec latency 37.452 ms 2023-11-17T06:12:43.147 INFO:teuthology.orchestra.run.smithi173.stdout: 5 273095 11.70 MB/sec execute 388 sec latency 66.306 ms 2023-11-17T06:12:44.147 INFO:teuthology.orchestra.run.smithi173.stdout: 5 273439 11.70 MB/sec execute 389 sec latency 49.117 ms 2023-11-17T06:12:45.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 273782 11.69 MB/sec execute 390 sec latency 43.080 ms 2023-11-17T06:12:46.148 INFO:teuthology.orchestra.run.smithi173.stdout: 5 274306 11.68 MB/sec execute 391 sec latency 38.405 ms 2023-11-17T06:12:47.152 INFO:teuthology.orchestra.run.smithi173.stdout: 5 274825 11.69 MB/sec execute 392 sec latency 51.937 ms 2023-11-17T06:12:48.147 INFO:teuthology.orchestra.run.smithi173.stdout: 5 275218 11.68 MB/sec execute 393 sec latency 90.909 ms 2023-11-17T06:12:49.148 INFO:teuthology.orchestra.run.smithi173.stdout: 5 275542 11.67 MB/sec execute 394 sec latency 47.787 ms 2023-11-17T06:12:50.148 INFO:teuthology.orchestra.run.smithi173.stdout: 5 275832 11.67 MB/sec execute 395 sec latency 55.340 ms 2023-11-17T06:12:51.148 INFO:teuthology.orchestra.run.smithi173.stdout: 5 276170 11.66 MB/sec execute 396 sec latency 43.254 ms 2023-11-17T06:12:52.148 INFO:teuthology.orchestra.run.smithi173.stdout: 5 276485 11.66 MB/sec execute 397 sec latency 61.260 ms 2023-11-17T06:12:53.151 INFO:teuthology.orchestra.run.smithi173.stdout: 5 276710 11.65 MB/sec execute 398 sec latency 54.995 ms 2023-11-17T06:12:54.148 INFO:teuthology.orchestra.run.smithi173.stdout: 5 276942 11.64 MB/sec execute 399 sec latency 54.453 ms 2023-11-17T06:12:55.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 277183 11.63 MB/sec execute 400 sec latency 57.068 ms 2023-11-17T06:12:56.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 277462 11.61 MB/sec execute 401 sec latency 69.696 ms 2023-11-17T06:12:57.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 277779 11.60 MB/sec execute 402 sec latency 40.752 ms 2023-11-17T06:12:58.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 278071 11.59 MB/sec execute 403 sec latency 62.362 ms 2023-11-17T06:12:59.073 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:12:59.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 278428 11.58 MB/sec execute 404 sec latency 64.779 ms 2023-11-17T06:12:59.694 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:12:59.694 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:12:59.694 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:12:59.694 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (43m) 8m ago 43m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:12:59.694 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (28m) 8m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:12:59.695 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (28m) 8m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:12:59.695 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (50m) 8m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:12:59.695 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:12:59.695 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (50m) 8m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:12:59.695 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (48m) 8m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:12:59.695 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (9m) 8m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:12:59.695 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (9m) 8m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:12:59.695 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 8m ago 20m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:12:59.695 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 8m ago 18m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:12:59.695 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:12:59.695 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:12:59.695 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:12:59.695 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:12:59.695 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:12:59.696 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (40m) 8m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:12:59.696 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (40m) 8m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:12:59.696 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (40m) 8m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:13:00.032 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:13:00.033 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:13:00.033 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:13:00.033 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:13:00.033 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:13:00.033 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:13:00.033 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:13:00.033 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:13:00.033 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:13:00.033 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:13:00.034 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:13:00.034 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:13:00.034 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:13:00.034 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:13:00.034 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:13:00.034 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:13:00.034 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:13:00.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 278784 11.57 MB/sec execute 405 sec latency 74.821 ms 2023-11-17T06:13:00.349 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:13:00.350 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:13:00.350 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:13:00.350 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:13:00.350 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:13:00.350 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:13:01.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 279068 11.56 MB/sec execute 406 sec latency 54.388 ms 2023-11-17T06:13:02.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 279345 11.56 MB/sec execute 407 sec latency 69.594 ms 2023-11-17T06:13:03.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 279631 11.55 MB/sec execute 408 sec latency 49.259 ms 2023-11-17T06:13:04.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 280045 11.55 MB/sec execute 409 sec latency 61.545 ms 2023-11-17T06:13:05.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 280435 11.56 MB/sec execute 410 sec latency 61.156 ms 2023-11-17T06:13:06.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 280762 11.55 MB/sec execute 411 sec latency 57.963 ms 2023-11-17T06:13:07.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 281064 11.54 MB/sec execute 412 sec latency 57.742 ms 2023-11-17T06:13:08.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 281371 11.52 MB/sec execute 413 sec latency 58.003 ms 2023-11-17T06:13:09.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 281632 11.51 MB/sec execute 414 sec latency 55.621 ms 2023-11-17T06:13:10.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 282030 11.50 MB/sec execute 415 sec latency 71.104 ms 2023-11-17T06:13:11.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 282432 11.50 MB/sec execute 416 sec latency 50.830 ms 2023-11-17T06:13:12.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 282805 11.50 MB/sec execute 417 sec latency 31.692 ms 2023-11-17T06:13:13.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 283155 11.50 MB/sec execute 418 sec latency 53.334 ms 2023-11-17T06:13:14.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 283551 11.50 MB/sec execute 419 sec latency 66.919 ms 2023-11-17T06:13:15.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 283856 11.50 MB/sec execute 420 sec latency 50.722 ms 2023-11-17T06:13:16.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 284146 11.50 MB/sec execute 421 sec latency 55.019 ms 2023-11-17T06:13:17.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 284487 11.49 MB/sec execute 422 sec latency 67.405 ms 2023-11-17T06:13:18.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 284798 11.47 MB/sec execute 423 sec latency 55.492 ms 2023-11-17T06:13:19.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 285089 11.46 MB/sec execute 424 sec latency 53.631 ms 2023-11-17T06:13:20.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 285443 11.45 MB/sec execute 425 sec latency 116.104 ms 2023-11-17T06:13:21.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 285820 11.45 MB/sec execute 426 sec latency 48.477 ms 2023-11-17T06:13:22.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 286152 11.44 MB/sec execute 427 sec latency 52.651 ms 2023-11-17T06:13:23.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 286447 11.44 MB/sec execute 428 sec latency 60.408 ms 2023-11-17T06:13:24.149 INFO:teuthology.orchestra.run.smithi173.stdout: 5 286816 11.43 MB/sec execute 429 sec latency 53.038 ms 2023-11-17T06:13:25.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 287197 11.44 MB/sec execute 430 sec latency 47.202 ms 2023-11-17T06:13:26.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 287548 11.44 MB/sec execute 431 sec latency 51.370 ms 2023-11-17T06:13:27.153 INFO:teuthology.orchestra.run.smithi173.stdout: 5 287893 11.44 MB/sec execute 432 sec latency 56.581 ms 2023-11-17T06:13:28.151 INFO:teuthology.orchestra.run.smithi173.stdout: 5 288176 11.42 MB/sec execute 433 sec latency 67.204 ms 2023-11-17T06:13:29.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 288464 11.41 MB/sec execute 434 sec latency 43.304 ms 2023-11-17T06:13:30.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 288730 11.39 MB/sec execute 435 sec latency 64.398 ms 2023-11-17T06:13:30.734 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:13:31.151 INFO:teuthology.orchestra.run.smithi173.stdout: 5 289215 11.39 MB/sec execute 436 sec latency 48.058 ms 2023-11-17T06:13:31.425 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:13:31.425 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:13:31.426 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:13:31.426 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (43m) 9m ago 43m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:13:31.426 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (29m) 9m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:13:31.426 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:13:31.426 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (51m) 9m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:13:31.426 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:13:31.426 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (51m) 9m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:13:31.426 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (49m) 9m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:13:31.426 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (9m) 9m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:13:31.426 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (9m) 9m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:13:31.426 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 9m ago 21m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:13:31.426 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 9m ago 19m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:13:31.427 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:13:31.427 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:13:31.427 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:13:31.427 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:13:31.427 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:13:31.427 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:13:31.427 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:13:31.427 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (40m) 9m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:13:31.778 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:13:31.779 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:13:31.779 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:13:31.779 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:13:31.779 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:13:31.779 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:13:31.779 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:13:31.779 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:13:31.779 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:13:31.779 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:13:31.779 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:13:31.779 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:13:31.779 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:13:31.779 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:13:31.780 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:13:31.780 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:13:31.780 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:13:32.109 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:13:32.109 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:13:32.109 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:13:32.109 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:13:32.109 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:13:32.109 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:13:32.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 289728 11.40 MB/sec execute 437 sec latency 41.541 ms 2023-11-17T06:13:33.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 290214 11.41 MB/sec execute 438 sec latency 40.488 ms 2023-11-17T06:13:34.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 290614 11.41 MB/sec execute 439 sec latency 54.830 ms 2023-11-17T06:13:35.152 INFO:teuthology.orchestra.run.smithi173.stdout: 5 290967 11.41 MB/sec execute 440 sec latency 53.657 ms 2023-11-17T06:13:36.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 291292 11.41 MB/sec execute 441 sec latency 43.654 ms 2023-11-17T06:13:37.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 291630 11.40 MB/sec execute 442 sec latency 55.648 ms 2023-11-17T06:13:38.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 291958 11.39 MB/sec execute 443 sec latency 63.038 ms 2023-11-17T06:13:39.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 292243 11.37 MB/sec execute 444 sec latency 46.801 ms 2023-11-17T06:13:40.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 292594 11.37 MB/sec execute 445 sec latency 48.505 ms 2023-11-17T06:13:41.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 292963 11.36 MB/sec execute 446 sec latency 41.383 ms 2023-11-17T06:13:42.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 293318 11.36 MB/sec execute 447 sec latency 53.061 ms 2023-11-17T06:13:43.152 INFO:teuthology.orchestra.run.smithi173.stdout: 5 293689 11.36 MB/sec execute 448 sec latency 52.387 ms 2023-11-17T06:13:44.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 294064 11.37 MB/sec execute 449 sec latency 37.238 ms 2023-11-17T06:13:45.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 294429 11.37 MB/sec execute 450 sec latency 53.008 ms 2023-11-17T06:13:46.157 INFO:teuthology.orchestra.run.smithi173.stdout: 5 294707 11.36 MB/sec execute 451 sec latency 85.635 ms 2023-11-17T06:13:47.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 295034 11.36 MB/sec execute 452 sec latency 51.529 ms 2023-11-17T06:13:48.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 295318 11.34 MB/sec execute 453 sec latency 82.269 ms 2023-11-17T06:13:49.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 295616 11.33 MB/sec execute 454 sec latency 37.557 ms 2023-11-17T06:13:50.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 295938 11.32 MB/sec execute 455 sec latency 54.991 ms 2023-11-17T06:13:51.151 INFO:teuthology.orchestra.run.smithi173.stdout: 5 296304 11.31 MB/sec execute 456 sec latency 77.265 ms 2023-11-17T06:13:52.158 INFO:teuthology.orchestra.run.smithi173.stdout: 5 296649 11.31 MB/sec execute 457 sec latency 55.275 ms 2023-11-17T06:13:53.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 297024 11.31 MB/sec execute 458 sec latency 54.719 ms 2023-11-17T06:13:54.164 INFO:teuthology.orchestra.run.smithi173.stdout: 5 297400 11.31 MB/sec execute 459 sec latency 52.477 ms 2023-11-17T06:13:55.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 297813 11.32 MB/sec execute 460 sec latency 44.130 ms 2023-11-17T06:13:56.150 INFO:teuthology.orchestra.run.smithi173.stdout: 5 298138 11.31 MB/sec execute 461 sec latency 80.114 ms 2023-11-17T06:13:57.151 INFO:teuthology.orchestra.run.smithi173.stdout: 5 298480 11.31 MB/sec execute 462 sec latency 47.033 ms 2023-11-17T06:13:58.151 INFO:teuthology.orchestra.run.smithi173.stdout: 5 298754 11.30 MB/sec execute 463 sec latency 54.957 ms 2023-11-17T06:13:59.151 INFO:teuthology.orchestra.run.smithi173.stdout: 5 299071 11.28 MB/sec execute 464 sec latency 63.454 ms 2023-11-17T06:14:00.151 INFO:teuthology.orchestra.run.smithi173.stdout: 5 299336 11.27 MB/sec execute 465 sec latency 64.402 ms 2023-11-17T06:14:03.790 INFO:teuthology.orchestra.run.smithi173.stdout: 5 299634 11.27 MB/sec execute 466 sec latency 70.299 ms 2023-11-17T06:14:03.794 INFO:teuthology.orchestra.run.smithi173.stdout: 5 299941 11.26 MB/sec execute 467 sec latency 44.408 ms 2023-11-17T06:14:03.794 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:14:03.795 INFO:teuthology.orchestra.run.smithi173.stdout: 5 300181 11.24 MB/sec execute 468 sec latency 75.458 ms 2023-11-17T06:14:03.795 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:14:03.795 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:14:03.795 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:14:03.795 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (44m) 9m ago 44m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:14:03.795 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:14:03.795 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:14:03.795 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (51m) 9m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:14:03.808 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:14:03.809 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (51m) 9m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:14:03.809 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (49m) 9m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:14:03.809 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (10m) 9m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:14:03.809 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (10m) 9m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:14:03.809 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 9m ago 21m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:14:03.809 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 9m ago 19m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:14:03.810 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:14:03.810 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:14:03.831 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:14:03.831 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:14:03.831 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:14:03.831 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:14:03.831 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:14:03.832 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:14:03.832 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:14:03.832 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:14:03.832 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:14:03.832 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:14:03.832 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:14:03.832 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:14:03.832 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:14:03.832 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:14:03.832 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:14:03.832 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:14:03.832 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:14:03.832 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:14:03.832 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:14:03.833 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:14:03.833 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:14:03.833 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:14:03.833 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:14:03.867 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:14:03.867 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:14:03.867 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:14:03.867 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:14:03.867 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:14:03.867 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:14:04.151 INFO:teuthology.orchestra.run.smithi173.stdout: 5 300445 11.24 MB/sec execute 469 sec latency 59.805 ms 2023-11-17T06:14:05.152 INFO:teuthology.orchestra.run.smithi173.stdout: 5 300748 11.24 MB/sec execute 470 sec latency 69.822 ms 2023-11-17T06:14:06.151 INFO:teuthology.orchestra.run.smithi173.stdout: 5 300987 11.23 MB/sec execute 471 sec latency 62.436 ms 2023-11-17T06:14:07.153 INFO:teuthology.orchestra.run.smithi173.stdout: 5 301295 11.22 MB/sec execute 472 sec latency 65.510 ms 2023-11-17T06:14:08.151 INFO:teuthology.orchestra.run.smithi173.stdout: 5 301567 11.22 MB/sec execute 473 sec latency 67.442 ms 2023-11-17T06:14:09.151 INFO:teuthology.orchestra.run.smithi173.stdout: 5 301796 11.21 MB/sec execute 474 sec latency 48.225 ms 2023-11-17T06:14:10.151 INFO:teuthology.orchestra.run.smithi173.stdout: 5 302022 11.20 MB/sec execute 475 sec latency 66.063 ms 2023-11-17T06:14:11.151 INFO:teuthology.orchestra.run.smithi173.stdout: 5 302241 11.19 MB/sec execute 476 sec latency 82.098 ms 2023-11-17T06:14:12.151 INFO:teuthology.orchestra.run.smithi173.stdout: 5 302474 11.17 MB/sec execute 477 sec latency 54.399 ms 2023-11-17T06:14:13.151 INFO:teuthology.orchestra.run.smithi173.stdout: 5 302682 11.16 MB/sec execute 478 sec latency 59.476 ms 2023-11-17T06:14:14.151 INFO:teuthology.orchestra.run.smithi173.stdout: 5 302978 11.15 MB/sec execute 479 sec latency 59.930 ms 2023-11-17T06:15:03.556 INFO:teuthology.orchestra.run.smithi173.stdout: 5 303364 11.14 MB/sec execute 480 sec latency 50.603 ms 2023-11-17T06:15:03.556 INFO:teuthology.orchestra.run.smithi173.stdout: 5 303754 11.14 MB/sec execute 481 sec latency 46.660 ms 2023-11-17T06:15:03.556 INFO:teuthology.orchestra.run.smithi173.stdout: 5 304152 11.14 MB/sec execute 482 sec latency 44.644 ms 2023-11-17T06:15:03.556 INFO:teuthology.orchestra.run.smithi173.stdout: 5 304486 11.14 MB/sec execute 483 sec latency 37.916 ms 2023-11-17T06:15:03.595 INFO:teuthology.orchestra.run.smithi173.stdout: 5 304815 11.14 MB/sec execute 484 sec latency 55.813 ms 2023-11-17T06:15:03.595 INFO:teuthology.orchestra.run.smithi173.stdout: 5 305087 11.14 MB/sec execute 485 sec latency 71.109 ms 2023-11-17T06:15:03.595 INFO:teuthology.orchestra.run.smithi173.stdout: 5 305350 11.13 MB/sec execute 486 sec latency 42.231 ms 2023-11-17T06:15:03.595 INFO:teuthology.orchestra.run.smithi173.stdout: 5 305654 11.13 MB/sec execute 487 sec latency 40.732 ms 2023-11-17T06:15:03.595 INFO:teuthology.orchestra.run.smithi173.stdout: 5 305931 11.11 MB/sec execute 488 sec latency 65.730 ms 2023-11-17T06:15:03.595 INFO:teuthology.orchestra.run.smithi173.stdout: 5 306208 11.10 MB/sec execute 489 sec latency 43.930 ms 2023-11-17T06:15:03.595 INFO:teuthology.orchestra.run.smithi173.stdout: 5 306762 11.11 MB/sec execute 490 sec latency 48.333 ms 2023-11-17T06:15:03.595 INFO:teuthology.orchestra.run.smithi173.stdout: 5 307440 11.12 MB/sec execute 491 sec latency 41.468 ms 2023-11-17T06:15:03.595 INFO:teuthology.orchestra.run.smithi173.stdout: 5 307901 11.12 MB/sec execute 492 sec latency 43.680 ms 2023-11-17T06:15:03.595 INFO:teuthology.orchestra.run.smithi173.stdout: 5 308156 11.11 MB/sec execute 493 sec latency 50.462 ms 2023-11-17T06:15:03.595 INFO:teuthology.orchestra.run.smithi173.stdout: 5 308413 11.11 MB/sec execute 494 sec latency 65.189 ms 2023-11-17T06:15:03.596 INFO:teuthology.orchestra.run.smithi173.stdout: 5 308699 11.11 MB/sec execute 495 sec latency 51.575 ms 2023-11-17T06:15:03.596 INFO:teuthology.orchestra.run.smithi173.stdout: 5 308938 11.10 MB/sec execute 496 sec latency 47.774 ms 2023-11-17T06:15:03.596 INFO:teuthology.orchestra.run.smithi173.stdout: 5 309212 11.10 MB/sec execute 497 sec latency 61.592 ms 2023-11-17T06:15:03.596 INFO:teuthology.orchestra.run.smithi173.stdout: 5 309470 11.08 MB/sec execute 498 sec latency 67.470 ms 2023-11-17T06:15:03.596 INFO:teuthology.orchestra.run.smithi173.stdout: 5 309726 11.07 MB/sec execute 499 sec latency 57.738 ms 2023-11-17T06:15:03.597 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:15:03.597 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:15:03.597 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:15:03.597 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:15:03.597 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (44m) 10m ago 44m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:15:03.597 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:15:03.597 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:15:03.597 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (52m) 10m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:15:03.597 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:15:03.597 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (52m) 10m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:15:03.597 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (50m) 10m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:15:03.597 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (10m) 10m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:15:03.597 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (10m) 10m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:15:03.598 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 10m ago 22m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:15:03.598 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 10m ago 20m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:15:03.598 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:15:03.598 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:15:03.598 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:15:03.626 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:15:03.626 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:15:03.626 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:15:03.626 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:15:03.626 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (41m) 10m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:15:03.627 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:15:03.627 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:15:03.627 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:15:03.627 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:15:03.627 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:15:03.627 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:15:03.627 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:15:03.627 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:15:03.627 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:15:03.627 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:15:03.627 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:15:03.628 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:15:03.628 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:15:03.628 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:15:03.628 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:15:03.628 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:15:03.628 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:15:03.628 INFO:teuthology.orchestra.run.smithi173.stdout: 5 309920 11.06 MB/sec execute 500 sec latency 76.676 ms 2023-11-17T06:15:03.629 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:15:03.629 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:15:03.658 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:15:03.658 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:15:03.658 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:15:03.658 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:15:03.661 INFO:teuthology.orchestra.run.smithi173.stdout: 5 310192 11.05 MB/sec execute 501 sec latency 108.562 ms 2023-11-17T06:15:03.661 INFO:teuthology.orchestra.run.smithi173.stdout: 5 310468 11.04 MB/sec execute 502 sec latency 75.585 ms 2023-11-17T06:15:03.661 INFO:teuthology.orchestra.run.smithi173.stdout: 5 310734 11.03 MB/sec execute 503 sec latency 45.423 ms 2023-11-17T06:15:03.661 INFO:teuthology.orchestra.run.smithi173.stdout: 5 310964 11.02 MB/sec execute 504 sec latency 78.276 ms 2023-11-17T06:15:03.695 INFO:teuthology.orchestra.run.smithi173.stdout: 5 311270 11.02 MB/sec execute 505 sec latency 71.997 ms 2023-11-17T06:15:03.695 INFO:teuthology.orchestra.run.smithi173.stdout: 5 311626 11.01 MB/sec execute 506 sec latency 41.059 ms 2023-11-17T06:15:03.695 INFO:teuthology.orchestra.run.smithi173.stdout: 5 311947 11.01 MB/sec execute 507 sec latency 82.574 ms 2023-11-17T06:15:03.695 INFO:teuthology.orchestra.run.smithi173.stdout: 5 312218 11.01 MB/sec execute 508 sec latency 45.894 ms 2023-11-17T06:15:03.695 INFO:teuthology.orchestra.run.smithi173.stdout: 5 312513 11.01 MB/sec execute 509 sec latency 47.987 ms 2023-11-17T06:15:03.695 INFO:teuthology.orchestra.run.smithi173.stdout: 5 312839 11.01 MB/sec execute 510 sec latency 58.990 ms 2023-11-17T06:15:03.695 INFO:teuthology.orchestra.run.smithi173.stdout: 5 313134 10.99 MB/sec execute 511 sec latency 57.570 ms 2023-11-17T06:15:03.695 INFO:teuthology.orchestra.run.smithi173.stdout: 5 313412 10.98 MB/sec execute 512 sec latency 47.789 ms 2023-11-17T06:15:03.695 INFO:teuthology.orchestra.run.smithi173.stdout: 5 313778 10.98 MB/sec execute 513 sec latency 80.347 ms 2023-11-17T06:15:03.695 INFO:teuthology.orchestra.run.smithi173.stdout: 5 314180 10.98 MB/sec execute 514 sec latency 51.174 ms 2023-11-17T06:15:03.696 INFO:teuthology.orchestra.run.smithi173.stdout: 5 314493 10.97 MB/sec execute 515 sec latency 51.039 ms 2023-11-17T06:15:03.696 INFO:teuthology.orchestra.run.smithi173.stdout: 5 314893 10.98 MB/sec execute 516 sec latency 49.610 ms 2023-11-17T06:15:03.696 INFO:teuthology.orchestra.run.smithi173.stdout: 5 315289 10.97 MB/sec execute 517 sec latency 50.892 ms 2023-11-17T06:15:03.696 INFO:teuthology.orchestra.run.smithi173.stdout: 5 315609 10.98 MB/sec execute 518 sec latency 46.722 ms 2023-11-17T06:15:03.696 INFO:teuthology.orchestra.run.smithi173.stdout: 5 315898 10.97 MB/sec execute 519 sec latency 68.786 ms 2023-11-17T06:15:03.696 INFO:teuthology.orchestra.run.smithi173.stdout: 5 316127 10.97 MB/sec execute 520 sec latency 73.797 ms 2023-11-17T06:15:03.696 INFO:teuthology.orchestra.run.smithi173.stdout: 5 316318 10.96 MB/sec execute 521 sec latency 97.822 ms 2023-11-17T06:15:03.696 INFO:teuthology.orchestra.run.smithi173.stdout: 5 316541 10.94 MB/sec execute 522 sec latency 70.399 ms 2023-11-17T06:15:03.696 INFO:teuthology.orchestra.run.smithi173.stdout: 5 316722 10.92 MB/sec execute 523 sec latency 60.921 ms 2023-11-17T06:15:03.696 INFO:teuthology.orchestra.run.smithi173.stdout: 5 316899 10.91 MB/sec execute 524 sec latency 63.558 ms 2023-11-17T06:15:03.696 INFO:teuthology.orchestra.run.smithi173.stdout: 5 317182 10.91 MB/sec execute 525 sec latency 104.544 ms 2023-11-17T06:15:03.696 INFO:teuthology.orchestra.run.smithi173.stdout: 5 317416 10.89 MB/sec execute 526 sec latency 80.598 ms 2023-11-17T06:15:03.696 INFO:teuthology.orchestra.run.smithi173.stdout: 5 317739 10.89 MB/sec execute 527 sec latency 43.900 ms 2023-11-17T06:15:03.697 INFO:teuthology.orchestra.run.smithi173.stdout: 5 317963 10.88 MB/sec execute 528 sec latency 65.851 ms 2023-11-17T06:15:04.153 INFO:teuthology.orchestra.run.smithi173.stdout: 5 318275 10.88 MB/sec execute 529 sec latency 53.277 ms 2023-11-17T06:15:05.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 318592 10.87 MB/sec execute 530 sec latency 62.440 ms 2023-11-17T06:15:05.689 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:15:06.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 318894 10.87 MB/sec execute 531 sec latency 95.770 ms 2023-11-17T06:15:06.322 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:15:06.322 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:15:06.323 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:15:06.323 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (45m) 10m ago 45m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:15:06.323 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:15:06.323 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:15:06.323 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (52m) 10m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:15:06.323 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:15:06.323 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (52m) 10m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:15:06.323 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (50m) 10m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:15:06.323 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (11m) 10m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:15:06.323 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (11m) 10m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:15:06.323 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 10m ago 23m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:15:06.323 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 10m ago 21m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:15:06.323 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:15:06.324 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:15:06.324 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:15:06.324 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:15:06.324 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:15:06.324 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:15:06.324 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:15:06.324 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:15:06.708 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:15:06.709 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:15:06.709 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:15:06.709 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:15:06.709 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:15:06.709 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:15:06.709 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:15:06.709 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:15:06.709 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:15:06.709 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:15:06.709 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:15:06.709 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:15:06.709 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:15:06.709 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:15:06.710 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:15:06.710 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:15:06.710 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:15:07.016 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:15:07.017 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:15:07.017 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:15:07.017 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:15:07.017 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:15:07.017 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:15:07.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 319153 10.87 MB/sec execute 532 sec latency 56.143 ms 2023-11-17T06:15:08.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 319441 10.86 MB/sec execute 533 sec latency 45.248 ms 2023-11-17T06:15:09.153 INFO:teuthology.orchestra.run.smithi173.stdout: 5 319815 10.86 MB/sec execute 534 sec latency 46.805 ms 2023-11-17T06:15:10.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 320172 10.85 MB/sec execute 535 sec latency 55.152 ms 2023-11-17T06:15:11.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 320440 10.84 MB/sec execute 536 sec latency 45.151 ms 2023-11-17T06:15:12.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 320818 10.84 MB/sec execute 537 sec latency 72.191 ms 2023-11-17T06:15:13.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 321192 10.84 MB/sec execute 538 sec latency 78.400 ms 2023-11-17T06:15:14.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 321541 10.83 MB/sec execute 539 sec latency 50.624 ms 2023-11-17T06:15:15.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 321908 10.83 MB/sec execute 540 sec latency 47.177 ms 2023-11-17T06:15:16.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 322258 10.83 MB/sec execute 541 sec latency 155.716 ms 2023-11-17T06:15:17.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 322608 10.83 MB/sec execute 542 sec latency 71.961 ms 2023-11-17T06:15:18.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 322970 10.84 MB/sec execute 543 sec latency 41.113 ms 2023-11-17T06:15:19.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 323555 10.85 MB/sec execute 544 sec latency 55.316 ms 2023-11-17T06:15:20.161 INFO:teuthology.orchestra.run.smithi173.stdout: 5 323938 10.84 MB/sec execute 545 sec latency 73.250 ms 2023-11-17T06:15:21.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 324224 10.83 MB/sec execute 546 sec latency 49.938 ms 2023-11-17T06:15:22.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 324621 10.83 MB/sec execute 547 sec latency 59.583 ms 2023-11-17T06:15:23.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 325003 10.83 MB/sec execute 548 sec latency 35.059 ms 2023-11-17T06:15:24.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 325355 10.83 MB/sec execute 549 sec latency 54.689 ms 2023-11-17T06:15:25.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 325737 10.83 MB/sec execute 550 sec latency 43.730 ms 2023-11-17T06:15:26.155 INFO:teuthology.orchestra.run.smithi173.stdout: 5 326099 10.83 MB/sec execute 551 sec latency 76.935 ms 2023-11-17T06:15:27.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 326445 10.83 MB/sec execute 552 sec latency 74.655 ms 2023-11-17T06:15:28.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 326747 10.83 MB/sec execute 553 sec latency 43.208 ms 2023-11-17T06:15:29.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 327050 10.82 MB/sec execute 554 sec latency 58.548 ms 2023-11-17T06:15:30.164 INFO:teuthology.orchestra.run.smithi173.stdout: 5 327334 10.81 MB/sec execute 555 sec latency 54.499 ms 2023-11-17T06:15:31.157 INFO:teuthology.orchestra.run.smithi173.stdout: 5 327613 10.80 MB/sec execute 556 sec latency 57.053 ms 2023-11-17T06:15:32.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 327997 10.80 MB/sec execute 557 sec latency 46.423 ms 2023-11-17T06:15:33.155 INFO:teuthology.orchestra.run.smithi173.stdout: 5 328341 10.79 MB/sec execute 558 sec latency 59.578 ms 2023-11-17T06:15:34.157 INFO:teuthology.orchestra.run.smithi173.stdout: 5 328752 10.80 MB/sec execute 559 sec latency 45.599 ms 2023-11-17T06:15:35.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 329259 10.80 MB/sec execute 560 sec latency 45.008 ms 2023-11-17T06:15:36.158 INFO:teuthology.orchestra.run.smithi173.stdout: 5 329727 10.81 MB/sec execute 561 sec latency 47.514 ms 2023-11-17T06:15:37.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 330049 10.81 MB/sec execute 562 sec latency 75.676 ms 2023-11-17T06:15:37.340 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:15:37.979 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:15:37.980 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:15:37.980 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:15:37.980 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (45m) 11m ago 45m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:15:37.980 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:15:37.980 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:15:37.980 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (53m) 11m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:15:37.980 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:15:37.980 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (53m) 11m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:15:37.980 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (51m) 11m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:15:37.980 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (11m) 11m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:15:37.980 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (11m) 11m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:15:37.980 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 11m ago 23m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:15:37.981 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 11m ago 21m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:15:37.981 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:15:37.981 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:15:37.981 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:15:37.981 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:15:37.981 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:15:37.981 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:15:37.981 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:15:37.981 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:15:38.156 INFO:teuthology.orchestra.run.smithi173.stdout: 5 330407 10.81 MB/sec execute 563 sec latency 43.775 ms 2023-11-17T06:15:38.320 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:15:38.321 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:15:38.321 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:15:38.321 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:15:38.321 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:15:38.321 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:15:38.321 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:15:38.321 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:15:38.321 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:15:38.321 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:15:38.321 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:15:38.321 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:15:38.321 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:15:38.322 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:15:38.322 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:15:38.322 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:15:38.322 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:15:38.645 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:15:38.646 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:15:38.646 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:15:38.646 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:15:38.646 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:15:38.646 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:15:39.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 330740 10.80 MB/sec execute 564 sec latency 87.264 ms 2023-11-17T06:15:40.154 INFO:teuthology.orchestra.run.smithi173.stdout: 5 331140 10.80 MB/sec execute 565 sec latency 48.859 ms 2023-11-17T06:15:41.155 INFO:teuthology.orchestra.run.smithi173.stdout: 5 331745 10.80 MB/sec execute 566 sec latency 54.465 ms 2023-11-17T06:15:42.155 INFO:teuthology.orchestra.run.smithi173.stdout: 5 332227 10.81 MB/sec execute 567 sec latency 45.014 ms 2023-11-17T06:15:43.155 INFO:teuthology.orchestra.run.smithi173.stdout: 5 332537 10.80 MB/sec execute 568 sec latency 65.970 ms 2023-11-17T06:15:44.159 INFO:teuthology.orchestra.run.smithi173.stdout: 5 332874 10.80 MB/sec execute 569 sec latency 54.076 ms 2023-11-17T06:15:45.155 INFO:teuthology.orchestra.run.smithi173.stdout: 5 333203 10.80 MB/sec execute 570 sec latency 69.243 ms 2023-11-17T06:15:46.155 INFO:teuthology.orchestra.run.smithi173.stdout: 5 333432 10.80 MB/sec execute 571 sec latency 88.819 ms 2023-11-17T06:15:47.155 INFO:teuthology.orchestra.run.smithi173.stdout: 5 333672 10.80 MB/sec execute 572 sec latency 40.241 ms 2023-11-17T06:15:48.155 INFO:teuthology.orchestra.run.smithi173.stdout: 5 333914 10.79 MB/sec execute 573 sec latency 81.884 ms 2023-11-17T06:15:49.157 INFO:teuthology.orchestra.run.smithi173.stdout: 5 334156 10.78 MB/sec execute 574 sec latency 105.949 ms 2023-11-17T06:15:50.167 INFO:teuthology.orchestra.run.smithi173.stdout: 5 334381 10.76 MB/sec execute 575 sec latency 43.475 ms 2023-11-17T06:15:51.155 INFO:teuthology.orchestra.run.smithi173.stdout: 5 334618 10.75 MB/sec execute 576 sec latency 48.468 ms 2023-11-17T06:15:52.155 INFO:teuthology.orchestra.run.smithi173.stdout: 5 334979 10.75 MB/sec execute 577 sec latency 57.757 ms 2023-11-17T06:15:53.155 INFO:teuthology.orchestra.run.smithi173.stdout: 5 335353 10.74 MB/sec execute 578 sec latency 90.773 ms 2023-11-17T06:15:54.155 INFO:teuthology.orchestra.run.smithi173.stdout: 5 335683 10.75 MB/sec execute 579 sec latency 78.381 ms 2023-11-17T06:15:55.155 INFO:teuthology.orchestra.run.smithi173.stdout: 5 335968 10.74 MB/sec execute 580 sec latency 69.607 ms 2023-11-17T06:15:56.155 INFO:teuthology.orchestra.run.smithi173.stdout: 5 336284 10.74 MB/sec execute 581 sec latency 109.438 ms 2023-11-17T06:15:57.155 INFO:teuthology.orchestra.run.smithi173.stdout: 5 336589 10.73 MB/sec execute 582 sec latency 50.573 ms 2023-11-17T06:15:58.155 INFO:teuthology.orchestra.run.smithi173.stdout: 5 336865 10.73 MB/sec execute 583 sec latency 76.014 ms 2023-11-17T06:15:59.157 INFO:teuthology.orchestra.run.smithi173.stdout: 5 337109 10.73 MB/sec execute 584 sec latency 53.142 ms 2023-11-17T06:16:00.155 INFO:teuthology.orchestra.run.smithi173.stdout: 5 337336 10.72 MB/sec execute 585 sec latency 60.415 ms 2023-11-17T06:16:01.155 INFO:teuthology.orchestra.run.smithi173.stdout: 5 337515 10.71 MB/sec execute 586 sec latency 91.614 ms 2023-11-17T06:16:02.155 INFO:teuthology.orchestra.run.smithi173.stdout: 5 337719 10.70 MB/sec execute 587 sec latency 108.910 ms 2023-11-17T06:16:03.155 INFO:teuthology.orchestra.run.smithi173.stdout: 5 337897 10.69 MB/sec execute 588 sec latency 79.959 ms 2023-11-17T06:16:04.156 INFO:teuthology.orchestra.run.smithi173.stdout: 5 338138 10.68 MB/sec execute 589 sec latency 67.523 ms 2023-11-17T06:16:05.156 INFO:teuthology.orchestra.run.smithi173.stdout: 5 338451 10.68 MB/sec execute 590 sec latency 81.107 ms 2023-11-17T06:16:06.156 INFO:teuthology.orchestra.run.smithi173.stdout: 5 338749 10.67 MB/sec execute 591 sec latency 90.113 ms 2023-11-17T06:16:07.156 INFO:teuthology.orchestra.run.smithi173.stdout: 5 339149 10.67 MB/sec execute 592 sec latency 40.663 ms 2023-11-17T06:16:08.156 INFO:teuthology.orchestra.run.smithi173.stdout: 5 339423 10.66 MB/sec execute 593 sec latency 57.729 ms 2023-11-17T06:16:09.043 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:16:09.156 INFO:teuthology.orchestra.run.smithi173.stdout: 5 339743 10.66 MB/sec execute 594 sec latency 77.281 ms 2023-11-17T06:16:09.825 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:16:09.825 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:16:09.825 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:16:09.825 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (46m) 11m ago 46m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:16:09.825 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:16:09.825 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:16:09.825 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (53m) 11m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:16:09.825 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:16:09.825 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (53m) 11m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:16:09.825 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (51m) 11m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:16:09.825 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (12m) 11m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:16:09.826 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (12m) 11m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:16:09.826 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 11m ago 24m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:16:09.826 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 11m ago 22m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:16:09.826 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:16:09.826 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:16:09.826 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:16:09.826 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:16:09.826 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:16:09.826 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:16:09.826 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:16:09.826 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:16:10.156 INFO:teuthology.orchestra.run.smithi173.stdout: 5 339993 10.65 MB/sec execute 595 sec latency 59.162 ms 2023-11-17T06:16:10.269 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:16:10.270 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:16:10.270 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:16:10.272 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:16:10.274 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:16:10.275 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:16:10.276 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:16:10.276 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:16:10.277 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:16:10.277 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:16:10.284 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:16:10.284 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:16:10.284 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:16:10.284 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:16:10.284 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:16:10.285 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:16:10.285 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:16:10.661 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:16:10.661 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:16:10.661 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:16:10.661 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:16:10.662 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:16:10.662 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:16:11.156 INFO:teuthology.orchestra.run.smithi173.stdout: 5 340316 10.65 MB/sec execute 596 sec latency 53.073 ms 2023-11-17T06:16:12.156 INFO:teuthology.orchestra.run.smithi173.stdout: 5 340651 10.66 MB/sec execute 597 sec latency 56.186 ms 2023-11-17T06:16:13.156 INFO:teuthology.orchestra.run.smithi173.stdout: 5 341003 10.66 MB/sec execute 598 sec latency 58.784 ms 2023-11-17T06:16:14.156 INFO:teuthology.orchestra.run.smithi173.stdout: 5 341322 10.65 MB/sec execute 599 sec latency 68.655 ms 2023-11-17T06:16:15.156 INFO:teuthology.orchestra.run.smithi173.stdout: 5 cleanup 600 sec 2023-11-17T06:16:15.457 INFO:teuthology.orchestra.run.smithi173.stdout: 0 cleanup 600 sec 2023-11-17T06:16:15.457 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T06:16:15.457 INFO:teuthology.orchestra.run.smithi173.stdout: Operation Count AvgLat MaxLat 2023-11-17T06:16:15.458 INFO:teuthology.orchestra.run.smithi173.stdout: ---------------------------------------- 2023-11-17T06:16:15.458 INFO:teuthology.orchestra.run.smithi173.stdout: NTCreateX 204398 4.203 134.243 2023-11-17T06:16:15.458 INFO:teuthology.orchestra.run.smithi173.stdout: Close 149998 0.125 15.016 2023-11-17T06:16:15.458 INFO:teuthology.orchestra.run.smithi173.stdout: Rename 8669 10.049 104.194 2023-11-17T06:16:15.458 INFO:teuthology.orchestra.run.smithi173.stdout: Unlink 41367 7.185 115.448 2023-11-17T06:16:15.458 INFO:teuthology.orchestra.run.smithi173.stdout: Qpathinfo 185332 0.914 96.238 2023-11-17T06:16:15.458 INFO:teuthology.orchestra.run.smithi173.stdout: Qfileinfo 32330 0.080 6.592 2023-11-17T06:16:15.458 INFO:teuthology.orchestra.run.smithi173.stdout: Qfsinfo 34052 0.363 17.186 2023-11-17T06:16:15.458 INFO:teuthology.orchestra.run.smithi173.stdout: Sfileinfo 16626 12.945 96.704 2023-11-17T06:16:15.458 INFO:teuthology.orchestra.run.smithi173.stdout: Find 71684 0.391 43.081 2023-11-17T06:16:15.458 INFO:teuthology.orchestra.run.smithi173.stdout: WriteX 101040 12.900 155.712 2023-11-17T06:16:15.458 INFO:teuthology.orchestra.run.smithi173.stdout: ReadX 321228 0.010 4.717 2023-11-17T06:16:15.459 INFO:teuthology.orchestra.run.smithi173.stdout: LockX 670 0.405 10.743 2023-11-17T06:16:15.459 INFO:teuthology.orchestra.run.smithi173.stdout: UnlockX 670 0.288 5.075 2023-11-17T06:16:15.459 INFO:teuthology.orchestra.run.smithi173.stdout: Flush 14329 0.002 0.023 2023-11-17T06:16:15.459 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T06:16:15.459 INFO:teuthology.orchestra.run.smithi173.stdout:Throughput 10.648 MB/sec 5 clients 5 procs max_latency=155.716 ms 2023-11-17T06:16:15.460 DEBUG:teuthology.orchestra.run.smithi173:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-11-17T06:16:15.529 DEBUG:teuthology.orchestra.run.smithi173:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-11-17T06:16:15.723 DEBUG:teuthology.orchestra.run.smithi173:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-11-17T06:16:15.807 INFO:teuthology.orchestra.run.smithi173.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-17T06:16:15.807 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T06:16:15.807 INFO:teuthology.orchestra.run.smithi173.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-11-17T06:16:15.807 INFO:teuthology.orchestra.run.smithi173.stdout:2 of 5 processes prepared for launch 0 sec 2023-11-17T06:16:15.908 INFO:teuthology.orchestra.run.smithi173.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-17T06:16:15.908 INFO:teuthology.orchestra.run.smithi173.stdout:releasing clients 2023-11-17T06:16:17.907 INFO:teuthology.orchestra.run.smithi173.stdout: 5 318 18.73 MB/sec execute 1 sec latency 43.382 ms 2023-11-17T06:16:18.907 INFO:teuthology.orchestra.run.smithi173.stdout: 5 440 19.12 MB/sec execute 2 sec latency 38.797 ms 2023-11-17T06:16:19.907 INFO:teuthology.orchestra.run.smithi173.stdout: 5 575 19.39 MB/sec execute 3 sec latency 43.202 ms 2023-11-17T06:16:20.909 INFO:teuthology.orchestra.run.smithi173.stdout: 5 812 17.06 MB/sec execute 4 sec latency 46.431 ms 2023-11-17T06:16:21.909 INFO:teuthology.orchestra.run.smithi173.stdout: 5 cleanup 5 sec 2023-11-17T06:16:22.087 INFO:teuthology.orchestra.run.smithi173.stdout: 0 cleanup 5 sec 2023-11-17T06:16:22.087 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T06:16:22.087 INFO:teuthology.orchestra.run.smithi173.stdout: Operation Count AvgLat MaxLat 2023-11-17T06:16:22.088 INFO:teuthology.orchestra.run.smithi173.stdout: ---------------------------------------- 2023-11-17T06:16:22.088 INFO:teuthology.orchestra.run.smithi173.stdout: NTCreateX 615 11.527 70.156 2023-11-17T06:16:22.088 INFO:teuthology.orchestra.run.smithi173.stdout: Close 574 10.192 49.443 2023-11-17T06:16:22.088 INFO:teuthology.orchestra.run.smithi173.stdout: Rename 21 30.924 49.009 2023-11-17T06:16:22.088 INFO:teuthology.orchestra.run.smithi173.stdout: Unlink 56 3.193 24.314 2023-11-17T06:16:22.089 INFO:teuthology.orchestra.run.smithi173.stdout: Qpathinfo 205 1.732 59.854 2023-11-17T06:16:22.089 INFO:teuthology.orchestra.run.smithi173.stdout: Qfileinfo 323 20.991 38.277 2023-11-17T06:16:22.089 INFO:teuthology.orchestra.run.smithi173.stdout: Qfsinfo 116 0.983 15.116 2023-11-17T06:16:22.089 INFO:teuthology.orchestra.run.smithi173.stdout: Sfileinfo 93 17.915 65.369 2023-11-17T06:16:22.089 INFO:teuthology.orchestra.run.smithi173.stdout: Find 147 0.780 20.704 2023-11-17T06:16:22.090 INFO:teuthology.orchestra.run.smithi173.stdout: WriteX 1605 0.025 0.059 2023-11-17T06:16:22.090 INFO:teuthology.orchestra.run.smithi173.stdout: ReadX 506 0.031 2.886 2023-11-17T06:16:22.090 INFO:teuthology.orchestra.run.smithi173.stdout: Flush 120 18.519 45.045 2023-11-17T06:16:22.090 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-11-17T06:16:22.090 INFO:teuthology.orchestra.run.smithi173.stdout:Throughput 17.06 MB/sec 5 clients 5 procs max_latency=46.431 ms 2023-11-17T06:16:22.092 DEBUG:teuthology.parallel:result is None 2023-11-17T06:16:40.948 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:16:41.450 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:16:41.450 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:16:41.450 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:16:41.450 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (46m) 12m ago 46m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:16:41.450 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:16:41.450 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:16:41.450 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (54m) 12m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:16:41.450 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8ed6e67f3a31 2023-11-17T06:16:41.450 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (54m) 12m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:16:41.450 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (52m) 12m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:16:41.451 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (12m) 12m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:16:41.451 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (13m) 12m ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:16:41.451 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 12m ago 24m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:16:41.451 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 12m ago 22m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:16:41.451 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:16:41.451 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:16:41.451 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (45m) 12m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:16:41.451 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (45m) 12m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:16:41.451 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (44m) 12m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:16:41.451 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (44m) 12m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:16:41.451 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (44m) 12m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:16:41.451 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (44m) 12m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:16:41.726 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:16:41.726 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:16:41.726 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:16:41.726 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:16:41.726 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:16:41.726 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:16:41.727 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:16:41.727 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:16:41.727 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:16:41.727 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:16:41.727 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:16:41.727 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:16:41.727 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:16:41.727 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:16:41.727 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-11-17T06:16:41.727 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:16:41.727 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:16:41.980 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:16:41.981 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:16:41.981 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:16:41.981 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:16:41.981 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:16:41.981 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:17:12.258 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:17:44.644 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:17:44.644 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (47m) 8s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:17:44.644 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (47m) 6s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:17:44.645 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (47m) 8s ago 47m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:17:44.645 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (32m) 8s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:17:44.645 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (32m) 6s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:17:44.645 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (54m) 8s ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:17:44.645 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (10s) 6s ago 47m 16.2.14-171-ged3c8e92 quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 6be2081e30e3 e4fac9a792a8 2023-11-17T06:17:44.645 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (54m) 8s ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:17:44.645 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (52m) 6s ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:17:44.645 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (13m) 8s ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:17:44.645 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (13m) 6s ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:17:44.645 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 unknown 8s ago 25m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:17:44.645 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 6s ago 23m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:17:44.645 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (47m) 8s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:17:44.645 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (46m) 8s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:17:44.646 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (46m) 8s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:17:44.646 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (46m) 8s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:17:44.646 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (45m) 6s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:17:44.646 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (45m) 6s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:17:44.646 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (44m) 6s ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:17:44.646 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (44m) 6s ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:17:44.646 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:17:44.646 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:17:44.646 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:17:44.646 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:17:44.646 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:17:44.646 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:17:44.646 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:17:44.647 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:17:44.647 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:17:44.647 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:17:44.647 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:17:44.647 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:17:44.647 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:17:44.647 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:17:44.647 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:17:44.647 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:17:44.647 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:17:44.647 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:17:44.647 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:17:44.647 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:17:44.647 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:17:44.648 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:17:44.648 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:17:44.648 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:17:44.648 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:17:44.648 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:17:44.648 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:17:44.648 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (48m) 39s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:17:44.648 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (48m) 37s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:17:44.648 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (48m) 39s ago 48m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:17:44.648 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (33m) 39s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:17:44.648 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (33m) 37s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:17:44.648 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (55m) 39s ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:17:44.648 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (42s) 37s ago 48m 16.2.14-171-ged3c8e92 quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 6be2081e30e3 e4fac9a792a8 2023-11-17T06:17:44.648 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (55m) 39s ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:17:44.649 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (53m) 37s ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:17:44.649 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (14m) 39s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:17:44.649 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (14m) 37s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:17:44.649 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 unknown 39s ago 25m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:17:44.649 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 37s ago 23m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:17:44.649 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (48m) 39s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:17:44.649 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (47m) 39s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:17:44.649 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (46m) 39s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:17:44.649 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (46m) 39s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:17:44.649 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (45m) 37s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:17:44.649 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (45m) 37s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:17:44.649 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (45m) 37s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:17:44.649 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (45m) 37s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:17:44.650 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:17:44.650 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:17:44.690 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:17:44.690 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:17:44.690 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:17:44.690 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:17:44.691 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:17:44.691 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:17:44.691 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:17:44.691 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:17:44.728 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:17:44.728 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:17:44.728 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:17:44.728 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:17:44.728 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:17:44.728 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:17:44.728 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:17:44.728 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:17:44.728 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:17:44.729 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:17:44.729 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:17:44.729 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:17:44.729 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:17:44.729 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:17:44.729 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:18:14.867 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:18:15.359 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:18:15.359 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (48m) 71s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:18:15.359 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (48m) 69s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:18:15.359 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (48m) 71s ago 48m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:18:15.359 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (33m) 71s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:18:15.359 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (33m) 69s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:18:15.360 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (55m) 71s ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:18:15.360 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (73s) 69s ago 48m 16.2.14-171-ged3c8e92 quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 6be2081e30e3 e4fac9a792a8 2023-11-17T06:18:15.360 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (55m) 71s ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:18:15.360 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (54m) 69s ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:18:15.360 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (14m) 71s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:18:15.360 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (14m) 69s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:18:15.360 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 unknown 71s ago 26m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:18:15.360 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 69s ago 24m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:18:15.360 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (48m) 71s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:18:15.360 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (47m) 71s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:18:15.360 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (47m) 71s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:18:15.360 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (47m) 71s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:18:15.360 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (46m) 69s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:18:15.361 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (46m) 69s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:18:15.361 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (45m) 69s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:18:15.361 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (45m) 69s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:18:15.632 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:18:15.632 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:18:15.633 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:18:15.633 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:18:15.633 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:18:15.633 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:18:15.633 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:18:15.633 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:18:15.633 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:18:15.633 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:18:15.633 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:18:15.633 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:18:15.633 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:18:15.633 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:18:15.634 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:18:15.634 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:18:15.634 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:18:15.634 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:18:15.634 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:18:15.887 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:18:15.887 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:18:15.887 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:18:15.887 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:18:15.887 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:18:15.887 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:18:46.165 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:18:46.662 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:18:46.662 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (49m) 102s ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:18:46.662 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (49m) 100s ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:18:46.662 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (49m) 102s ago 49m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:18:46.662 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (34m) 102s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:18:46.662 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (34m) 100s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:18:46.814 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (56m) 102s ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:18:46.814 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (104s) 100s ago 49m 16.2.14-171-ged3c8e92 quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 6be2081e30e3 e4fac9a792a8 2023-11-17T06:18:46.814 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (56m) 102s ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:18:46.815 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (54m) 100s ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:18:46.815 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (15m) 102s ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:18:46.815 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (15m) 100s ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:18:46.815 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 unknown 102s ago 26m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:18:46.815 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 100s ago 24m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:18:46.815 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (49m) 102s ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:18:46.815 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (48m) 102s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:18:46.815 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (48m) 102s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:18:46.815 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (47m) 102s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:18:46.815 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (46m) 100s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:18:46.815 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (46m) 100s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:18:46.815 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (46m) 100s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:18:46.815 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (46m) 100s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:18:46.936 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:18:46.937 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:18:46.937 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:18:46.937 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:18:46.937 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:18:46.937 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:18:46.937 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:18:46.937 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:18:46.937 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:18:46.938 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:18:46.938 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:18:46.938 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:18:46.938 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:18:46.938 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:18:46.938 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:18:46.938 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:18:46.938 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:18:46.938 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:18:46.938 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:18:47.187 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:18:47.187 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:18:47.187 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:18:47.187 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:18:47.188 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:18:47.188 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:19:17.465 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:19:17.966 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:19:17.966 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:19:17.966 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (50m) 2m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:19:17.966 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (49m) 2m ago 49m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:19:17.966 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:19:17.966 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:19:17.966 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (56m) 2m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:19:17.966 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (2m) 2m ago 49m 16.2.14-171-ged3c8e92 quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 6be2081e30e3 e4fac9a792a8 2023-11-17T06:19:17.967 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (56m) 2m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:19:17.967 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (55m) 2m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:19:17.967 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (15m) 2m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:19:17.967 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (15m) 2m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:19:17.967 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 unknown 2m ago 27m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:19:17.967 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 2m ago 25m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:19:17.967 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:19:17.967 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (48m) 2m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:19:17.967 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (48m) 2m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:19:17.967 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (48m) 2m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:19:17.967 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (47m) 2m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:19:17.967 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (47m) 2m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:19:17.967 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (46m) 2m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:19:17.968 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (46m) 2m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:19:18.238 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:19:18.238 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:19:18.239 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:19:18.239 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:19:18.239 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:19:18.239 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:19:18.239 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:19:18.239 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:19:18.322 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:19:18.322 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:19:18.322 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:19:18.322 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:19:18.322 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:19:18.322 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:19:18.322 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:19:18.322 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:19:18.322 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:19:18.322 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:19:18.322 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:19:18.492 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:19:18.493 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:19:18.493 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:19:18.493 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:19:18.493 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:19:18.493 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:19:48.769 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:20:21.741 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:20:21.741 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (50m) 2m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:20:21.741 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (50m) 2m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:20:21.742 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (50m) 2m ago 50m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:20:21.742 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:20:21.742 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:20:21.742 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (57m) 2m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:20:21.742 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (2m) 2m ago 50m 16.2.14-171-ged3c8e92 quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 6be2081e30e3 e4fac9a792a8 2023-11-17T06:20:21.742 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (57m) 2m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:20:21.742 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (55m) 2m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:20:21.742 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (16m) 2m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:20:21.742 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (16m) 2m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:20:21.742 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 unknown 2m ago 27m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:20:21.742 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 2m ago 25m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:20:21.743 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (50m) 2m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:20:21.743 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:20:21.743 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:20:21.743 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (48m) 2m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:20:21.743 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (47m) 2m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:20:21.743 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (47m) 2m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:20:21.743 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (47m) 2m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:20:21.743 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (47m) 2m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:20:21.743 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:20:21.743 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:20:21.743 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:20:21.743 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:20:21.744 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:20:21.744 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:20:21.744 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:20:21.744 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:20:21.744 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:20:21.744 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:20:21.744 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:20:21.744 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:20:21.744 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:20:21.744 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:20:21.744 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:20:21.744 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:20:21.745 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:20:21.745 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:20:21.745 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:20:21.745 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:20:21.745 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:20:21.745 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:20:21.745 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:20:21.745 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:20:21.745 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:20:21.745 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:20:21.745 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:20:21.746 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:20:21.746 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (51m) 3m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:20:21.746 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (50m) 3m ago 50m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:20:21.746 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:20:21.758 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:20:21.758 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (57m) 3m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:20:21.758 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (3m) 3m ago 50m 16.2.14-171-ged3c8e92 quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 6be2081e30e3 e4fac9a792a8 2023-11-17T06:20:21.758 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (57m) 3m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:20:21.766 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (56m) 3m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:20:21.766 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (16m) 3m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:20:21.766 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (16m) 3m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:20:21.766 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 unknown 3m ago 28m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:20:21.766 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 3m ago 26m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:20:21.766 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:20:21.766 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (49m) 3m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:20:21.766 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (49m) 3m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:20:21.766 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (49m) 3m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:20:21.767 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:20:21.767 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:20:21.767 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (47m) 3m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:20:21.807 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (47m) 3m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:20:21.807 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:20:21.807 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:20:21.807 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:20:21.808 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:20:21.808 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:20:21.808 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:20:21.808 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:20:21.808 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:20:21.808 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:20:21.808 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:20:21.808 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:20:21.808 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:20:21.808 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:20:21.808 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:20:21.808 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:20:21.809 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:20:21.809 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:20:21.809 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:20:21.809 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:20:21.809 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:20:21.809 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:20:21.809 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:20:21.809 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:20:21.809 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:20:21.809 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:20:51.366 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:20:51.868 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:20:51.868 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (51m) 3m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:20:51.868 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (51m) 3m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:20:51.868 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (51m) 3m ago 51m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:20:51.869 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:20:51.869 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:20:51.869 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (58m) 3m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:20:51.869 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (3m) 3m ago 51m 16.2.14-171-ged3c8e92 quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 6be2081e30e3 e4fac9a792a8 2023-11-17T06:20:51.869 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (58m) 3m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:20:51.869 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (56m) 3m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:20:51.869 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (17m) 3m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:20:51.869 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (17m) 3m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:20:51.869 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 unknown 3m ago 28m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:20:51.869 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 3m ago 26m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:20:51.869 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (51m) 3m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:20:51.869 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:20:51.870 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:20:51.870 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (49m) 3m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:20:51.870 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:20:51.870 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:20:51.870 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:20:51.870 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:20:52.140 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:20:52.140 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:20:52.141 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:20:52.141 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:20:52.141 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:20:52.141 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:20:52.141 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:20:52.141 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:20:52.141 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:20:52.141 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:20:52.141 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:20:52.141 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:20:52.141 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:20:52.141 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:20:52.142 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:20:52.142 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:20:52.142 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:20:52.142 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:20:52.142 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:20:52.393 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:20:52.394 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:20:52.394 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:20:52.394 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:20:52.394 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:20:52.394 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:21:22.667 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:21:23.164 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:21:23.165 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:21:23.165 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:21:23.165 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (51m) 4m ago 51m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:21:23.165 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:21:23.165 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:21:23.165 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (58m) 4m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:21:23.165 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (4m) 4m ago 51m 16.2.14-171-ged3c8e92 quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 6be2081e30e3 e4fac9a792a8 2023-11-17T06:21:23.165 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (58m) 4m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:21:23.165 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (57m) 4m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:21:23.166 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (17m) 4m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:21:23.166 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (17m) 4m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:21:23.166 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 unknown 4m ago 29m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:21:23.166 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 4m ago 27m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:21:23.166 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:21:23.166 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (50m) 4m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:21:23.166 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (50m) 4m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:21:23.166 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (50m) 4m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:21:23.166 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:21:23.166 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:21:23.166 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (49m) 4m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:21:23.166 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (48m) 4m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:21:23.438 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:21:23.438 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:21:23.438 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:21:23.438 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:21:23.438 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:21:23.438 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:21:23.438 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:21:23.438 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:21:23.439 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:21:23.439 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:21:23.439 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:21:23.439 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:21:23.439 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:21:23.439 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:21:23.439 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:21:23.439 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:21:23.439 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:21:23.439 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:21:23.439 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:21:23.693 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:21:23.693 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:21:23.693 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:21:23.694 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:21:23.694 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:21:23.694 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:21:53.970 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:21:54.469 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:21:54.469 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:21:54.469 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:21:54.469 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (52m) 4m ago 52m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:21:54.469 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:21:54.469 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:21:54.469 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (59m) 4m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:21:54.469 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (4m) 4m ago 52m 16.2.14-171-ged3c8e92 quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 6be2081e30e3 e4fac9a792a8 2023-11-17T06:21:54.470 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (59m) 4m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:21:54.470 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (57m) 4m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:21:54.470 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (18m) 4m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:21:54.470 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (18m) 4m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:21:54.470 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 unknown 4m ago 29m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:21:54.470 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 4m ago 27m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:21:54.470 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:21:54.470 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:21:54.470 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:21:54.470 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (50m) 4m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:21:54.470 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (50m) 4m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:21:54.471 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:21:54.471 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:21:54.471 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:21:54.744 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:21:54.744 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:21:54.745 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:21:54.745 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:21:54.745 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:21:54.745 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:21:54.745 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:21:54.745 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:21:54.745 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:21:54.746 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:21:54.746 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:21:54.746 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:21:54.746 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:21:54.746 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:21:54.746 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:21:54.746 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:21:54.746 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:21:54.746 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:21:54.746 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:21:54.996 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:21:54.997 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:21:54.997 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:21:54.997 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:21:54.997 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:21:54.997 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:22:25.274 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:22:25.772 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:22:25.773 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:22:25.773 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:22:25.773 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (52m) 5m ago 52m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:22:25.773 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:22:25.773 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:22:25.773 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (59m) 5m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:22:25.773 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (5m) 5m ago 52m 16.2.14-171-ged3c8e92 quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 6be2081e30e3 e4fac9a792a8 2023-11-17T06:22:25.773 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (60m) 5m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:22:25.773 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (58m) 5m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:22:25.773 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (18m) 5m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:22:25.773 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (18m) 5m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:22:25.773 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 unknown 5m ago 30m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:22:25.774 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 5m ago 28m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:22:25.774 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:22:25.774 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (51m) 5m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:22:25.774 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (51m) 5m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:22:25.774 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (51m) 5m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:22:25.774 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (50m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:22:25.774 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (50m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:22:25.774 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (50m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:22:25.774 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (49m) 5m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:22:26.046 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:22:26.046 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:22:26.046 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:22:26.046 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:22:26.046 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:22:26.046 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:22:26.046 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:22:26.046 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:22:26.046 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:22:26.047 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:22:26.047 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:22:26.047 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:22:26.047 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:22:26.047 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:22:26.047 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:22:26.047 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:22:26.047 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:22:26.047 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:22:26.047 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:22:26.298 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:22:26.299 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:22:26.299 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:22:26.299 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:22:26.299 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:22:26.299 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:22:56.574 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:23:23.076 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:23:23.076 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:23:23.076 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:23:23.076 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (53m) 5m ago 53m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:23:23.076 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:23:23.076 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:23:23.076 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (60m) 5m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:23:23.076 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (5m) 5m ago 53m 16.2.14-171-ged3c8e92 quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 6be2081e30e3 e4fac9a792a8 2023-11-17T06:23:23.076 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (60m) 5m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:23:23.076 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (58m) 5m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:23:23.076 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (19m) 5m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:23:23.076 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (19m) 5m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:23:23.077 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 unknown 5m ago 30m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:23:23.077 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 5m ago 28m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:23:23.077 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:23:23.077 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:23:23.077 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:23:23.077 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:23:23.077 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (51m) 5m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:23:23.077 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (50m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:23:23.077 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (50m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:23:23.077 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (50m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:23:23.077 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:23:23.077 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:23:23.077 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:23:23.078 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:23:23.078 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:23:23.078 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:23:23.078 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:23:23.078 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:23:23.078 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:23:23.078 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:23:23.078 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:23:23.078 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:23:23.078 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:23:23.078 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:23:23.078 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:23:23.078 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:23:23.079 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:23:23.079 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:23:23.079 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:23:23.079 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:23:23.079 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:23:23.079 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:23:23.079 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:23:23.079 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:23:23.079 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:23:27.872 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:23:28.370 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:23:28.370 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:23:28.370 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:23:28.370 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (53m) 6m ago 53m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:23:28.370 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:23:28.370 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:23:28.370 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (61m) 6m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:23:28.371 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (6m) 6m ago 53m 16.2.14-171-ged3c8e92 quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 6be2081e30e3 e4fac9a792a8 2023-11-17T06:23:28.371 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (61m) 6m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:23:28.371 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (59m) 6m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:23:28.371 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (19m) 6m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:23:28.371 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (19m) 6m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:23:28.371 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 unknown 6m ago 31m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:23:28.371 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 6m ago 29m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:23:28.371 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:23:28.371 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (52m) 6m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:23:28.371 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (52m) 6m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:23:28.371 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (52m) 6m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:23:28.372 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (51m) 6m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:23:28.372 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (51m) 6m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:23:28.372 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (51m) 6m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:23:28.372 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (50m) 6m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:23:28.647 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:23:28.647 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:23:28.647 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:23:28.647 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:23:28.647 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:23:28.647 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:23:28.648 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:23:28.648 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:23:28.648 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:23:28.648 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:23:28.648 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:23:28.649 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:23:28.649 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:23:28.649 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:23:28.649 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:23:28.649 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:23:28.649 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:23:28.650 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:23:28.650 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:23:28.897 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:23:28.897 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:23:28.898 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:23:28.898 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:23:28.898 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:23:28.898 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:23:59.174 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:24:01.110 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:24:01.111 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:24:01.111 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:24:01.111 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (54m) 6m ago 54m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:24:01.111 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:24:01.111 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:24:01.111 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (61m) 6m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:24:01.111 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (6m) 6m ago 54m 16.2.14-171-ged3c8e92 quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 6be2081e30e3 e4fac9a792a8 2023-11-17T06:24:01.111 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (61m) 6m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:24:01.111 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (59m) 6m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:24:01.111 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (20m) 6m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:24:01.111 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (20m) 6m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:24:01.111 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 unknown 6m ago 31m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:24:01.112 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 6m ago 29m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:24:01.112 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:24:01.112 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:24:01.112 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:24:01.112 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:24:01.112 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (52m) 6m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:24:01.112 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (51m) 6m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:24:01.112 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (51m) 6m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:24:01.112 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (51m) 6m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:24:01.112 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:24:01.113 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:24:01.113 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:24:01.113 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:24:01.113 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:24:01.113 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:24:01.114 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:24:01.114 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:24:01.114 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:24:01.114 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:24:01.115 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:24:01.115 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:24:01.115 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:24:01.115 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:24:01.116 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:24:01.116 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:24:01.116 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:24:01.116 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:24:01.117 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:24:01.117 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:24:01.117 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:24:01.117 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:24:01.118 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:24:01.118 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:24:01.118 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:24:30.474 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:24:30.967 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:24:30.968 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:24:30.968 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:24:30.968 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (54m) 7m ago 54m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:24:30.968 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:24:30.968 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:24:30.968 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (62m) 7m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:24:30.968 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (7m) 7m ago 54m 16.2.14-171-ged3c8e92 quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 6be2081e30e3 e4fac9a792a8 2023-11-17T06:24:30.968 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (62m) 7m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:24:30.968 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (60m) 7m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:24:30.969 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (20m) 7m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:24:30.969 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (20m) 7m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:24:30.969 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 unknown 7m ago 32m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:24:30.969 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 7m ago 30m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:24:30.969 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:24:30.969 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (53m) 7m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:24:30.969 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (53m) 7m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:24:30.969 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (53m) 7m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:24:30.969 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (52m) 7m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:24:30.970 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (52m) 7m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:24:30.970 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (52m) 7m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:24:30.970 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (51m) 7m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:24:31.240 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:24:31.240 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:24:31.240 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:24:31.240 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:24:31.241 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:24:31.241 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:24:31.241 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:24:31.241 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:24:31.241 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:24:31.241 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:24:31.241 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:24:31.241 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:24:31.241 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:24:31.241 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:24:31.242 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:24:31.242 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:24:31.242 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:24:31.242 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:24:31.242 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:24:31.492 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:24:31.492 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:24:31.492 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:24:31.492 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:24:31.492 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:24:31.492 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:25:01.765 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:25:02.262 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:25:02.262 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:25:02.262 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:25:02.262 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (55m) 7m ago 55m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:25:02.263 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:25:02.263 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:25:02.263 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (62m) 7m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:25:02.263 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (8m) 7m ago 55m 16.2.14-171-ged3c8e92 quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 6be2081e30e3 e4fac9a792a8 2023-11-17T06:25:02.263 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (62m) 7m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:25:02.263 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (60m) 7m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:25:02.263 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (21m) 7m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:25:02.263 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (21m) 7m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:25:02.263 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 unknown 7m ago 32m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:25:02.263 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 7m ago 30m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:25:02.264 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:25:02.264 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (54m) 7m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:25:02.264 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (54m) 7m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:25:02.264 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (54m) 7m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:25:02.264 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (53m) 7m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:25:02.264 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (52m) 7m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:25:02.264 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (52m) 7m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:25:02.264 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (52m) 7m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:25:02.536 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:25:02.536 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:25:02.536 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:25:02.536 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:25:02.537 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:25:02.537 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:25:02.537 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:25:02.537 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:25:02.537 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:25:02.537 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:25:02.537 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:25:02.537 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:25:02.537 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:25:02.537 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:25:02.537 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:25:02.537 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:25:02.537 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:25:02.537 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:25:02.538 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:25:02.789 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:25:02.789 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:25:02.789 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:25:02.789 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:25:02.789 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:25:02.789 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:25:33.065 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:25:33.561 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:25:33.561 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:25:33.561 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:25:33.561 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (55m) 8m ago 55m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:25:33.561 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:25:33.562 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:25:33.562 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (63m) 8m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:25:33.562 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (8m) 8m ago 55m 16.2.14-171-ged3c8e92 quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 6be2081e30e3 e4fac9a792a8 2023-11-17T06:25:33.562 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (63m) 8m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:25:33.562 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (61m) 8m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:25:33.562 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (21m) 8m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:25:33.562 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (21m) 8m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:25:33.562 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 unknown 8m ago 33m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:25:33.562 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 8m ago 31m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:25:33.562 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:25:33.562 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (55m) 8m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:25:33.563 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (54m) 8m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:25:33.563 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (54m) 8m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:25:33.563 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (53m) 8m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:25:33.563 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (53m) 8m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:25:33.563 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (53m) 8m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:25:33.563 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (52m) 8m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:25:33.837 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:25:33.837 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:25:33.837 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:25:33.838 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:25:33.838 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:25:33.838 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:25:33.838 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:25:33.838 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:25:33.838 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:25:33.838 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:25:33.838 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:25:33.838 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:25:33.838 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:25:33.838 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:25:33.839 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:25:33.839 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:25:33.839 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:25:33.839 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:25:33.839 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:25:34.089 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:25:34.089 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:25:34.089 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:25:34.089 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:25:34.089 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:25:34.089 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:26:04.363 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:26:30.277 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:26:30.277 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (56m) 9m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:26:30.277 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:26:30.277 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (56m) 9m ago 56m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:26:30.278 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:26:30.278 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:26:30.278 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (63m) 9m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:26:30.278 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (9m) 8m ago 56m 16.2.14-171-ged3c8e92 quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 6be2081e30e3 e4fac9a792a8 2023-11-17T06:26:30.278 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (63m) 9m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:26:30.278 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (61m) 8m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:26:30.278 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (22m) 9m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:26:30.278 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (22m) 8m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:26:30.278 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 unknown 9m ago 34m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:26:30.278 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 8m ago 31m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:26:30.278 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (56m) 9m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:26:30.278 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (55m) 9m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:26:30.279 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (55m) 9m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:26:30.279 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (55m) 9m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:26:30.279 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (54m) 8m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:26:30.279 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (53m) 8m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:26:30.279 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (53m) 8m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:26:30.279 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (53m) 8m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:26:30.279 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:26:30.279 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:26:30.279 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:26:30.279 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:26:30.279 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:26:30.279 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:26:30.279 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:26:30.280 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:26:30.280 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:26:30.280 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:26:30.280 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:26:30.280 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:26:30.280 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:26:30.349 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:26:30.349 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:26:30.349 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:26:30.349 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:26:30.350 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:26:30.350 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:26:30.350 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:26:30.350 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:26:30.350 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:26:30.350 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:26:30.350 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:26:30.350 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:26:35.659 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:26:36.157 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:26:36.157 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:26:36.158 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:26:36.158 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (56m) 9m ago 56m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:26:36.158 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:26:36.158 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:26:36.158 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (64m) 9m ago 64m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:26:36.158 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (9m) 9m ago 56m 16.2.14-171-ged3c8e92 quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 6be2081e30e3 e4fac9a792a8 2023-11-17T06:26:36.158 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (64m) 9m ago 64m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:26:36.158 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (62m) 9m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:26:36.158 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (22m) 9m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:26:36.158 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (22m) 9m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:26:36.158 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 unknown 9m ago 34m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:26:36.159 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 9m ago 32m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:26:36.159 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:26:36.159 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (56m) 9m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:26:36.159 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (55m) 9m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:26:36.159 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (55m) 9m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:26:36.159 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (54m) 9m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:26:36.159 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (54m) 9m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:26:36.159 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (54m) 9m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:26:36.159 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (54m) 9m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:26:36.433 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:26:36.433 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:26:36.433 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:26:36.433 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:26:36.433 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:26:36.433 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:26:36.433 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:26:36.434 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:26:36.434 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:26:36.434 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:26:36.434 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:26:36.434 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:26:36.434 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:26:36.434 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:26:36.434 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:26:36.434 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:26:36.434 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:26:36.434 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:26:36.435 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:26:36.683 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:26:36.683 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:26:36.683 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:26:36.683 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:26:36.683 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:26:36.683 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:27:06.957 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:27:07.453 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:27:07.453 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (57m) 10m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:27:07.453 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (57m) 10m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:27:07.453 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (57m) 10m ago 57m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:27:07.453 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:27:07.453 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:27:07.453 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (64m) 10m ago 64m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:27:07.453 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (10m) 10m ago 57m 16.2.14-171-ged3c8e92 quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 6be2081e30e3 e4fac9a792a8 2023-11-17T06:27:07.454 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (64m) 10m ago 64m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:27:07.454 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (62m) 10m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:27:07.454 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (23m) 10m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:27:07.454 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (23m) 10m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:27:07.454 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 unknown 10m ago 35m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:27:07.454 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 10m ago 33m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:27:07.454 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (57m) 10m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:27:07.454 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (56m) 10m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:27:07.454 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (56m) 10m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:27:07.454 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (56m) 10m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:27:07.454 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (55m) 10m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:27:07.455 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (54m) 10m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:27:07.455 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (54m) 10m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:27:07.455 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (54m) 10m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:27:07.729 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:27:07.729 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:27:07.729 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:27:07.729 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:27:07.729 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:27:07.729 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:27:07.729 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:27:07.730 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:27:07.730 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:27:07.730 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:27:07.730 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:27:07.730 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:27:07.730 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:27:07.730 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:27:07.730 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:27:07.730 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:27:07.730 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:27:07.730 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:27:07.730 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:27:07.983 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:27:07.983 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:27:07.983 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:27:07.984 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:27:07.984 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:27:07.984 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:27:38.259 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:27:38.751 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:27:38.751 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (58m) 10m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:27:38.752 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (58m) 10m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:27:38.752 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (57m) 10m ago 57m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:27:38.752 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:27:38.752 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:27:38.752 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (65m) 10m ago 65m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:27:38.752 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (10m) 10m ago 57m 16.2.14-171-ged3c8e92 quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 6be2081e30e3 e4fac9a792a8 2023-11-17T06:27:38.752 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (65m) 10m ago 65m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:27:38.752 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (63m) 10m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:27:38.752 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (23m) 10m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:27:38.752 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (24m) 10m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:27:38.752 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 unknown 10m ago 35m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:27:38.753 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 10m ago 33m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:27:38.753 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (58m) 10m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:27:38.753 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (57m) 10m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:27:38.753 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (56m) 10m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:27:38.753 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (56m) 10m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:27:38.753 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (55m) 10m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:27:38.753 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (55m) 10m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:27:38.753 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (55m) 10m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:27:38.753 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (55m) 10m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:27:39.025 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:27:39.025 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:27:39.025 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:27:39.026 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:27:39.026 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:27:39.026 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:27:39.026 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:27:39.026 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:27:39.026 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:27:39.026 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:27:39.026 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:27:39.026 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:27:39.026 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:27:39.026 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:27:39.027 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:27:39.027 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:27:39.027 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:27:39.027 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:27:39.027 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:27:39.279 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:27:39.279 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:27:39.279 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:27:39.279 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:27:39.279 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:27:39.279 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:28:09.558 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:28:10.056 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-11-17T06:28:10.056 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (58m) 11m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8642552c449c 2023-11-17T06:28:10.056 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (58m) 11m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e1d7f6dd789 2023-11-17T06:28:10.056 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (58m) 11m ago 58m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:28:10.056 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44f19943db73 2023-11-17T06:28:10.056 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d9169492cc5a 2023-11-17T06:28:10.057 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (65m) 11m ago 65m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6f7b78ab46d6 2023-11-17T06:28:10.057 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (11m) 11m ago 58m 16.2.14-171-ged3c8e92 quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 6be2081e30e3 e4fac9a792a8 2023-11-17T06:28:10.057 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (65m) 11m ago 65m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c45aaa082e4 2023-11-17T06:28:10.057 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (63m) 11m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ad934ecbcc0a 2023-11-17T06:28:10.057 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (24m) 11m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 b7a2835db9b7 2023-11-17T06:28:10.057 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (24m) 11m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 209cfa908ab8 2023-11-17T06:28:10.057 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 unknown 11m ago 36m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:28:10.057 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 11m ago 34m docker.io/prom/node-exporter:v0.18.1 2023-11-17T06:28:10.057 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (58m) 11m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1c770fed66ea 2023-11-17T06:28:10.057 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (57m) 11m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 78a52fd7854e 2023-11-17T06:28:10.058 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (57m) 11m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:28:10.058 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (57m) 11m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 774de40b6aa4 2023-11-17T06:28:10.058 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (56m) 11m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bfcfcbd653fb 2023-11-17T06:28:10.058 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (55m) 11m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 89633fc5f069 2023-11-17T06:28:10.058 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (55m) 11m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 62563870ea12 2023-11-17T06:28:10.058 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (55m) 11m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 96e49a21856b 2023-11-17T06:28:10.329 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:28:10.329 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:28:10.330 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:28:10.330 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:28:10.330 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:28:10.330 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:28:10.330 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:28:10.330 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:28:10.330 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:28:10.330 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:28:10.330 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:28:10.330 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:28:10.330 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:28:10.331 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:28:10.331 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:28:10.331 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:28:10.331 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:28:10.331 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:28:10.331 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:28:10.580 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:28:10.581 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:28:10.581 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:28:10.581 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:28:10.581 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "" 2023-11-17T06:28:10.581 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:28:40.884 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:29:33.587 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:29:33.587 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (59m) 11m ago 59m - - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:29:33.587 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (59m) 11m ago 59m - - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:29:33.587 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (58m) 11m ago 58m - - 6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:29:33.587 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (44m) 11m ago 44m - - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:29:33.587 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (44m) 11m ago 44m - - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:29:33.587 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (66m) 11m ago 66m - - 15.2.13 2cf504fded39 6f7b78ab46d6 2023-11-17T06:29:33.588 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (11m) 11m ago 58m - - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:29:33.588 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (66m) 11m ago 66m - 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:29:33.588 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (64m) 11m ago 64m - 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:29:33.588 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi173 smithi173 running (24m) 11m ago 24m - - 3.3 2cf504fded39 b7a2835db9b7 2023-11-17T06:29:33.588 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.ganesha-foo.smithi203 smithi203 running (25m) 11m ago 25m - - 3.3 2cf504fded39 209cfa908ab8 2023-11-17T06:29:33.588 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 unknown 11m ago 36m - - 2023-11-17T06:29:33.588 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 unknown 11m ago 34m - - 2023-11-17T06:29:33.588 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (59m) 11m ago 59m - 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:29:33.588 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (58m) 11m ago 58m - 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:29:33.588 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (57m) 11m ago 57m - 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:29:33.588 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (57m) 11m ago 57m - 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:29:33.588 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (56m) 11m ago 56m - 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:29:33.588 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (56m) 11m ago 56m - 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:29:33.588 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (56m) 11m ago 56m - 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:29:33.589 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (56m) 11m ago 56m - 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:29:33.589 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:29:33.589 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:29:33.589 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:29:33.589 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:29:33.589 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:29:33.589 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:29:33.589 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:29:33.589 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:29:33.589 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:29:33.589 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:29:33.589 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:29:33.589 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:29:33.589 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:29:33.590 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:29:33.590 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:29:33.590 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:29:33.590 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:29:33.590 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:29:33.590 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:29:33.591 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:29:33.591 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:29:33.591 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:29:33.592 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:29:33.622 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:29:33.622 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "", 2023-11-17T06:29:33.622 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "", 2023-11-17T06:29:33.622 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:29:33.622 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:29:33.622 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:29:33.623 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:29:33.623 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (20s) 4s ago 20s 15.2M - 0.23.0 ba2b418f427c 855bd7c775c0 2023-11-17T06:29:33.623 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (59m) 5s ago 59m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:29:33.623 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (59m) 4s ago 59m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:29:33.623 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (59m) 5s ago 59m 43.2M - 6.7.4 557c83e11646 b9df430ade6a 2023-11-17T06:29:33.623 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (44m) 5s ago 44m 24.5M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:29:33.623 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (44m) 4s ago 44m 38.6M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:29:33.623 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (66m) 5s ago 66m 392M - 15.2.13 2cf504fded39 6f7b78ab46d6 2023-11-17T06:29:33.623 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (12m) 4s ago 59m 443M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:29:33.623 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (66m) 5s ago 66m 740M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:29:33.623 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (64m) 4s ago 64m 415M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:29:33.623 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (12s) 5s ago 12s 54.5M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:29:33.623 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (7s) 4s ago 7s 20.7M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:29:33.624 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 5s ago 37m - - 2023-11-17T06:29:33.624 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 4s ago 35m - - 2023-11-17T06:29:33.624 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (59m) 5s ago 59m 3365M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:29:33.624 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (58m) 5s ago 58m 3680M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:29:33.624 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (58m) 5s ago 58m 2551M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:29:33.624 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (58m) 5s ago 58m 3707M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:29:33.624 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (57m) 4s ago 57m 3138M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:29:33.624 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (57m) 4s ago 57m 3818M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:29:33.624 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (56m) 4s ago 56m 3442M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:29:33.624 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (56m) 4s ago 56m 5062M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:29:33.624 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (14s) 4s ago 13s 34.0M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:29:33.624 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:29:33.624 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:29:33.625 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:29:33.625 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:29:33.625 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:29:33.625 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:29:33.625 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:29:33.625 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:29:33.625 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:29:33.625 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:29:33.625 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:29:33.625 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:29:33.625 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:29:33.625 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:29:33.626 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:29:33.626 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:29:33.626 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:29:33.626 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:29:33.626 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:29:33.626 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:29:33.626 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:29:33.626 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:29:33.626 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:29:33.626 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:29:33.626 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "", 2023-11-17T06:29:33.626 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "", 2023-11-17T06:29:33.627 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:29:33.627 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:29:44.088 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:29:44.620 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:29:44.620 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (52s) 35s ago 52s 15.2M - 0.23.0 ba2b418f427c 855bd7c775c0 2023-11-17T06:29:44.620 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (60m) 36s ago 60m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:29:44.620 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (60m) 35s ago 60m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:29:44.620 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 starting - - - - 2023-11-17T06:29:44.620 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (45m) 36s ago 45m 24.5M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:29:44.620 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (45m) 35s ago 45m 38.6M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:29:44.621 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (67m) 36s ago 67m 392M - 15.2.13 2cf504fded39 6f7b78ab46d6 2023-11-17T06:29:44.621 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (12m) 35s ago 60m 443M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:29:44.621 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (67m) 36s ago 67m 740M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:29:44.621 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (65m) 35s ago 65m 415M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:29:44.621 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (44s) 36s ago 43s 54.5M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:29:44.621 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (39s) 35s ago 39s 20.7M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:29:44.621 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 36s ago 37m - - 2023-11-17T06:29:44.621 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 35s ago 35m - - 2023-11-17T06:29:44.621 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (60m) 36s ago 60m 3365M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:29:44.621 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (59m) 36s ago 59m 3680M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:29:44.621 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (58m) 36s ago 58m 2551M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:29:44.621 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (58m) 36s ago 58m 3707M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:29:44.622 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (57m) 35s ago 57m 3138M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:29:44.622 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (57m) 35s ago 57m 3818M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:29:44.622 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (57m) 35s ago 57m 3442M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:29:44.622 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (57m) 35s ago 57m 5062M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:29:44.622 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (45s) 35s ago 45s 34.0M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:29:44.940 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:29:44.940 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:29:44.940 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:29:44.940 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:29:44.940 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:29:44.940 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:29:44.940 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:29:44.941 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:29:44.941 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:29:44.941 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:29:44.941 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:29:44.941 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:29:44.941 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:29:44.941 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:29:44.941 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:29:44.941 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:29:44.941 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:29:44.941 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:29:44.942 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:29:45.210 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:29:45.210 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:29:45.210 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:29:45.210 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:29:45.210 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:29:45.210 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "", 2023-11-17T06:29:45.210 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "", 2023-11-17T06:29:45.211 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:29:45.211 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:30:15.501 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:30:16.037 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:30:16.037 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (83s) 67s ago 83s 15.2M - 0.23.0 ba2b418f427c 855bd7c775c0 2023-11-17T06:30:16.037 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (60m) 68s ago 60m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:30:16.037 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (60m) 67s ago 60m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:30:16.037 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 starting - - - - 2023-11-17T06:30:16.037 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (45m) 68s ago 45m 24.5M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:30:16.037 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (45m) 67s ago 45m 38.6M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:30:16.037 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (67m) 68s ago 67m 392M - 15.2.13 2cf504fded39 6f7b78ab46d6 2023-11-17T06:30:16.038 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (13m) 67s ago 60m 443M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:30:16.038 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (67m) 68s ago 67m 740M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:30:16.038 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (66m) 67s ago 66m 415M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:30:16.038 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (75s) 68s ago 75s 54.5M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:30:16.038 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (70s) 67s ago 70s 20.7M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:30:16.038 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 68s ago 38m - - 2023-11-17T06:30:16.038 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 67s ago 36m - - 2023-11-17T06:30:16.038 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (60m) 68s ago 60m 3365M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:30:16.038 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (59m) 68s ago 59m 3680M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:30:16.038 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (59m) 68s ago 59m 2551M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:30:16.038 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (59m) 68s ago 59m 3707M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:30:16.038 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (58m) 67s ago 58m 3138M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:30:16.039 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (58m) 67s ago 58m 3818M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:30:16.039 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (57m) 67s ago 57m 3442M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:30:16.039 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (57m) 67s ago 57m 5062M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:30:16.039 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (77s) 67s ago 76s 34.0M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:30:16.358 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:30:16.358 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:30:16.359 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:30:16.359 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:30:16.359 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:30:16.359 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:30:16.359 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:30:16.359 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:30:16.359 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:30:16.359 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:30:16.359 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:30:16.360 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:30:16.360 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:30:16.360 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:30:16.360 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:30:16.360 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:30:16.360 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:30:16.360 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:30:16.360 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:30:16.627 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:30:16.627 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:30:16.627 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:30:16.627 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:30:16.627 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:30:16.627 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "", 2023-11-17T06:30:16.627 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "", 2023-11-17T06:30:16.627 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:30:16.627 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:30:46.922 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:30:47.459 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:30:47.460 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (115s) 98s ago 114s 15.2M - 0.23.0 ba2b418f427c 855bd7c775c0 2023-11-17T06:30:47.460 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (61m) 99s ago 61m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:30:47.460 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (61m) 98s ago 61m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:30:47.460 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 starting - - - - 2023-11-17T06:30:47.460 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (46m) 99s ago 46m 24.5M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:30:47.460 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (46m) 98s ago 46m 38.6M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:30:47.460 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (68m) 99s ago 68m 392M - 15.2.13 2cf504fded39 6f7b78ab46d6 2023-11-17T06:30:47.460 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (13m) 98s ago 61m 443M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:30:47.460 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (68m) 99s ago 68m 740M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:30:47.460 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (66m) 98s ago 66m 415M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:30:47.460 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (106s) 99s ago 106s 54.5M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:30:47.461 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (102s) 98s ago 101s 20.7M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:30:47.461 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 99s ago 38m - - 2023-11-17T06:30:47.461 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 98s ago 36m - - 2023-11-17T06:30:47.461 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (61m) 99s ago 61m 3365M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:30:47.461 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (60m) 99s ago 60m 3680M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:30:47.461 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (60m) 99s ago 60m 2551M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:30:47.461 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (59m) 99s ago 59m 3707M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:30:47.461 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (58m) 98s ago 58m 3138M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:30:47.461 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (58m) 98s ago 58m 3818M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:30:47.461 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (58m) 98s ago 58m 3442M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:30:47.461 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (58m) 98s ago 58m 5062M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:30:47.461 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (108s) 98s ago 108s 34.0M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:30:47.773 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:30:47.773 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:30:47.774 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:30:47.774 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:30:47.774 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:30:47.774 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:30:47.774 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:30:47.774 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:30:47.774 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:30:47.774 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:30:47.774 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:30:47.774 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:30:47.775 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:30:47.775 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:30:47.775 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:30:47.775 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:30:47.775 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:30:47.775 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:30:47.775 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:30:48.042 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:30:48.042 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:30:48.042 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:30:48.042 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:30:48.043 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:30:48.043 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "", 2023-11-17T06:30:48.043 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "", 2023-11-17T06:30:48.043 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:30:48.043 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:31:18.343 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:31:18.875 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:31:18.875 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (2m) 2m ago 2m 15.2M - 0.23.0 ba2b418f427c 855bd7c775c0 2023-11-17T06:31:18.875 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (61m) 2m ago 61m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:31:18.875 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (62m) 2m ago 62m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:31:18.875 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 starting - - - - 2023-11-17T06:31:18.875 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (46m) 2m ago 46m 24.5M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:31:18.876 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (46m) 2m ago 46m 38.6M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:31:18.876 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (68m) 2m ago 68m 392M - 15.2.13 2cf504fded39 6f7b78ab46d6 2023-11-17T06:31:18.876 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (14m) 2m ago 61m 443M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:31:18.876 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (68m) 2m ago 68m 740M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:31:18.876 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (67m) 2m ago 67m 415M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:31:18.876 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (2m) 2m ago 2m 54.5M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:31:18.876 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (2m) 2m ago 2m 20.7M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:31:18.876 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 2m ago 39m - - 2023-11-17T06:31:18.876 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 2m ago 37m - - 2023-11-17T06:31:18.877 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (61m) 2m ago 61m 3365M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:31:18.877 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (60m) 2m ago 60m 3680M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:31:18.877 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (60m) 2m ago 60m 2551M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:31:18.877 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (60m) 2m ago 60m 3707M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:31:18.877 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (59m) 2m ago 59m 3138M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:31:18.877 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (59m) 2m ago 59m 3818M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:31:18.877 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (58m) 2m ago 58m 3442M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:31:18.877 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (58m) 2m ago 58m 5062M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:31:18.878 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (2m) 2m ago 2m 34.0M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:31:19.191 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:31:19.191 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:31:19.191 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:31:19.191 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:31:19.191 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:31:19.192 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:31:19.192 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:31:19.192 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:31:19.192 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:31:19.192 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:31:19.192 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:31:19.192 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:31:19.192 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:31:19.192 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:31:19.192 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:31:19.192 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:31:19.192 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:31:19.193 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:31:19.193 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:31:19.460 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:31:19.461 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:31:19.461 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:31:19.461 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:31:19.461 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:31:19.461 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "", 2023-11-17T06:31:19.461 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "", 2023-11-17T06:31:19.461 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:31:19.461 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:31:49.753 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:32:57.678 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:32:57.678 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (2m) 2m ago 2m 15.2M - 0.23.0 ba2b418f427c 855bd7c775c0 2023-11-17T06:32:57.678 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (62m) 2m ago 62m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:32:57.678 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (62m) 2m ago 62m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:32:57.678 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 starting - - - - 2023-11-17T06:32:57.679 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (47m) 2m ago 47m 24.5M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:32:57.679 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (47m) 2m ago 47m 38.6M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:32:57.679 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (69m) 2m ago 69m 392M - 15.2.13 2cf504fded39 6f7b78ab46d6 2023-11-17T06:32:57.679 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (14m) 2m ago 62m 443M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:32:57.679 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (69m) 2m ago 69m 740M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:32:57.679 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (67m) 2m ago 67m 415M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:32:57.679 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (2m) 2m ago 2m 54.5M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:32:57.679 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (2m) 2m ago 2m 20.7M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:32:57.679 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 2m ago 39m - - 2023-11-17T06:32:57.679 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 2m ago 37m - - 2023-11-17T06:32:57.679 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (62m) 2m ago 62m 3365M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:32:57.679 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (61m) 2m ago 61m 3680M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:32:57.679 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (61m) 2m ago 61m 2551M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:32:57.679 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (60m) 2m ago 60m 3707M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:32:57.680 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (59m) 2m ago 59m 3138M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:32:57.680 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (59m) 2m ago 59m 3818M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:32:57.680 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (59m) 2m ago 59m 3442M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:32:57.680 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (59m) 2m ago 59m 5062M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:32:57.680 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (2m) 2m ago 2m 34.0M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:32:57.680 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:32:57.680 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:32:57.680 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:32:57.680 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:32:57.680 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:32:57.680 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:32:57.680 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:32:57.680 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:32:57.680 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:32:57.680 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:32:57.681 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:32:57.681 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:32:57.681 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:32:57.681 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:32:57.681 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:32:57.681 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:32:57.681 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:32:57.681 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:32:57.681 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:32:57.681 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:32:57.681 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:32:57.681 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:32:57.681 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:32:57.681 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:32:57.682 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "", 2023-11-17T06:32:57.682 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "", 2023-11-17T06:32:57.682 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:32:57.682 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:32:57.682 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:32:57.703 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:32:57.703 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (3m) 3m ago 3m 15.2M - 0.23.0 ba2b418f427c 855bd7c775c0 2023-11-17T06:32:57.748 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (63m) 3m ago 63m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:32:57.748 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (63m) 3m ago 63m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:32:57.748 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 starting - - - - 2023-11-17T06:32:57.748 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (47m) 3m ago 47m 24.5M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:32:57.748 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (47m) 3m ago 47m 38.6M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:32:57.748 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (69m) 3m ago 69m 392M - 15.2.13 2cf504fded39 6f7b78ab46d6 2023-11-17T06:32:57.748 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (15m) 3m ago 62m 443M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:32:57.748 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (69m) 3m ago 69m 740M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:32:57.749 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (68m) 3m ago 68m 415M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:32:57.749 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (3m) 3m ago 3m 54.5M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:32:57.749 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (3m) 3m ago 3m 20.7M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:32:57.749 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 3m ago 40m - - 2023-11-17T06:32:57.749 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 3m ago 38m - - 2023-11-17T06:32:57.749 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (62m) 3m ago 62m 3365M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:32:57.749 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (61m) 3m ago 61m 3680M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:32:57.749 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (61m) 3m ago 61m 2551M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:32:57.749 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (61m) 3m ago 61m 3707M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:32:57.749 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (60m) 3m ago 60m 3138M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:32:57.749 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (60m) 3m ago 60m 3818M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:32:57.749 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (59m) 3m ago 59m 3442M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:32:57.749 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (59m) 3m ago 59m 5062M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:32:57.749 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (3m) 3m ago 3m 34.0M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:32:57.750 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:32:57.750 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:32:57.750 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:32:57.750 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:32:57.750 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:32:57.750 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:32:57.750 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:32:57.750 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:32:57.750 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:32:57.750 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:32:57.750 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:32:57.750 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:32:57.750 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:32:57.751 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:32:57.751 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:32:57.751 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:32:57.751 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:32:57.751 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:32:57.751 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:32:57.751 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:32:57.751 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:32:57.751 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:32:57.751 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:32:57.751 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:32:57.751 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "", 2023-11-17T06:32:57.751 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "", 2023-11-17T06:32:57.751 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:32:57.751 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:32:57.752 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:32:57.752 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:32:57.752 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (4m) 3m ago 4m 15.2M - 0.23.0 ba2b418f427c 855bd7c775c0 2023-11-17T06:32:57.752 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (63m) 3m ago 63m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:32:57.752 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (63m) 3m ago 63m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:32:57.752 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 starting - - - - 2023-11-17T06:32:57.752 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (48m) 3m ago 48m 24.5M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:32:57.752 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (48m) 3m ago 48m 38.6M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:32:57.752 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (70m) 3m ago 70m 392M - 15.2.13 2cf504fded39 6f7b78ab46d6 2023-11-17T06:32:57.752 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (15m) 3m ago 63m 443M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:32:57.752 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (70m) 3m ago 70m 740M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:32:57.752 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (68m) 3m ago 68m 415M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:32:57.752 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (3m) 3m ago 3m 54.5M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:32:57.752 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (3m) 3m ago 3m 20.7M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:32:57.753 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 3m ago 40m - - 2023-11-17T06:32:57.753 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 3m ago 38m - - 2023-11-17T06:32:57.753 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (63m) 3m ago 63m 3365M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:32:57.753 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (62m) 3m ago 62m 3680M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:32:57.753 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (62m) 3m ago 62m 2551M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:32:57.753 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (61m) 3m ago 61m 3707M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:32:57.753 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (61m) 3m ago 61m 3138M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:32:57.753 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (60m) 3m ago 60m 3818M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:32:57.753 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (60m) 3m ago 60m 3442M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:32:57.753 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (60m) 3m ago 60m 5062M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:32:57.753 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (3m) 3m ago 3m 34.0M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:32:57.753 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:32:57.753 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:32:57.753 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:32:57.753 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:32:57.754 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:32:57.754 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:32:57.754 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:32:57.754 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:32:57.754 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:32:57.754 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:32:57.754 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:32:57.754 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:32:57.754 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:32:57.754 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:32:57.754 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:32:57.797 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:32:57.797 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:32:57.797 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:32:57.797 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:32:57.797 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:32:57.797 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:32:57.798 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:32:57.798 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:32:57.798 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:32:57.798 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "", 2023-11-17T06:32:57.798 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "", 2023-11-17T06:32:57.798 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:32:57.798 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:33:24.001 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:33:24.530 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:33:24.530 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (4m) 4m ago 4m 15.2M - 0.23.0 ba2b418f427c 855bd7c775c0 2023-11-17T06:33:24.530 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (64m) 4m ago 64m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:33:24.531 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (64m) 4m ago 64m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:33:24.531 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 starting - - - - 2023-11-17T06:33:24.531 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (48m) 4m ago 48m 24.5M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:33:24.531 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (48m) 4m ago 48m 38.6M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:33:24.531 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (70m) 4m ago 70m 392M - 15.2.13 2cf504fded39 6f7b78ab46d6 2023-11-17T06:33:24.531 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (16m) 4m ago 63m 443M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:33:24.531 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (70m) 4m ago 71m 740M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:33:24.531 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (69m) 4m ago 69m 415M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:33:24.531 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (4m) 4m ago 4m 54.5M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:33:24.531 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (4m) 4m ago 4m 20.7M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:33:24.531 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 4m ago 41m - - 2023-11-17T06:33:24.531 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 4m ago 39m - - 2023-11-17T06:33:24.532 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (64m) 4m ago 64m 3365M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:33:24.532 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (62m) 4m ago 62m 3680M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:33:24.532 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (62m) 4m ago 62m 2551M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:33:24.532 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (62m) 4m ago 62m 3707M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:33:24.532 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (61m) 4m ago 61m 3138M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:33:24.532 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (61m) 4m ago 61m 3818M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:33:24.532 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (61m) 4m ago 61m 3442M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:33:24.532 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (60m) 4m ago 60m 5062M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:33:24.532 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (4m) 4m ago 4m 34.0M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:33:24.845 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:33:24.845 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:33:24.845 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:33:24.846 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:33:24.846 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:33:24.846 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:33:24.846 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:33:24.846 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:33:24.846 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:33:24.846 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:33:24.846 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:33:24.846 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:33:24.846 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:33:24.846 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:33:24.847 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:33:24.847 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:33:24.847 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:33:24.847 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:33:24.847 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:33:25.112 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:33:25.112 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:33:25.112 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:33:25.112 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:33:25.112 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:33:25.112 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "", 2023-11-17T06:33:25.112 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "", 2023-11-17T06:33:25.112 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:33:25.112 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:33:55.403 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:33:55.949 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:33:55.949 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (5m) 4m ago 5m 15.2M - 0.23.0 ba2b418f427c 855bd7c775c0 2023-11-17T06:33:55.949 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (64m) 4m ago 64m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:33:55.949 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (64m) 4m ago 64m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:33:55.949 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 starting - - - - 2023-11-17T06:33:55.949 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (49m) 4m ago 49m 24.5M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:33:55.950 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (49m) 4m ago 49m 38.6M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:33:55.950 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (71m) 4m ago 71m 392M - 15.2.13 2cf504fded39 6f7b78ab46d6 2023-11-17T06:33:55.950 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (16m) 4m ago 64m 443M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:33:55.950 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (71m) 4m ago 71m 740M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:33:55.950 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (69m) 4m ago 69m 415M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:33:55.950 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (4m) 4m ago 4m 54.5M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:33:55.950 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (4m) 4m ago 4m 20.7M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:33:55.950 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 4m ago 41m - - 2023-11-17T06:33:55.950 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 4m ago 39m - - 2023-11-17T06:33:55.950 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (64m) 4m ago 64m 3365M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:33:55.950 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (63m) 4m ago 63m 3680M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:33:55.950 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (63m) 4m ago 63m 2551M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:33:55.951 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (62m) 4m ago 62m 3707M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:33:55.951 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (62m) 4m ago 62m 3138M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:33:55.951 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (61m) 4m ago 61m 3818M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:33:55.951 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (61m) 4m ago 61m 3442M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:33:55.951 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (61m) 4m ago 61m 5062M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:33:55.951 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (4m) 4m ago 4m 34.0M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:33:56.268 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:33:56.268 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:33:56.268 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:33:56.269 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:33:56.269 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:33:56.269 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:33:56.269 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:33:56.269 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:33:56.269 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:33:56.269 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:33:56.269 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:33:56.270 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:33:56.270 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:33:56.270 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:33:56.270 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:33:56.270 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:33:56.270 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:33:56.270 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:33:56.270 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:33:56.535 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:33:59.254 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:33:59.254 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:33:59.254 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:33:59.254 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:33:59.254 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "", 2023-11-17T06:33:59.254 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "", 2023-11-17T06:33:59.254 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:33:59.254 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:34:26.828 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:34:27.365 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:34:27.366 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (5m) 5m ago 5m 15.2M - 0.23.0 ba2b418f427c 855bd7c775c0 2023-11-17T06:34:27.366 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (65m) 5m ago 65m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:34:27.366 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (65m) 5m ago 65m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:34:27.366 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 starting - - - - 2023-11-17T06:34:27.366 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (49m) 5m ago 49m 24.5M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:34:27.366 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (49m) 5m ago 49m 38.6M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:34:27.367 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (72m) 5m ago 72m 392M - 15.2.13 2cf504fded39 6f7b78ab46d6 2023-11-17T06:34:27.367 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (17m) 5m ago 64m 443M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:34:27.367 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (72m) 5m ago 72m 740M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:34:27.367 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (70m) 5m ago 70m 415M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:34:27.367 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (5m) 5m ago 5m 54.5M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:34:27.367 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (5m) 5m ago 5m 20.7M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:34:27.367 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 5m ago 42m - - 2023-11-17T06:34:27.367 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 5m ago 40m - - 2023-11-17T06:34:27.367 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (65m) 5m ago 65m 3365M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:34:27.368 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (63m) 5m ago 63m 3680M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:34:27.368 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (63m) 5m ago 63m 2551M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:34:27.368 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (63m) 5m ago 63m 3707M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:34:27.368 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (62m) 5m ago 62m 3138M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:34:27.368 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (62m) 5m ago 62m 3818M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:34:27.368 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (62m) 5m ago 62m 3442M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:34:27.368 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (61m) 5m ago 61m 5062M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:34:27.368 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (5m) 5m ago 5m 34.0M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:34:27.688 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:34:27.688 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:34:27.688 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:34:27.688 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:34:27.689 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:34:27.689 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:34:27.689 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:34:27.689 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:34:27.689 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:34:27.689 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:34:27.689 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:34:27.689 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:34:27.689 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:34:27.689 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:34:27.689 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:34:27.689 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:34:27.689 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:34:27.690 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:34:27.690 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:34:27.956 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:34:27.956 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac", 2023-11-17T06:34:27.956 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:34:27.956 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:34:27.956 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:34:27.956 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "", 2023-11-17T06:34:27.956 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "", 2023-11-17T06:34:27.957 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:34:27.957 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:34:58.253 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:34:58.790 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:34:58.790 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 starting - - - - 2023-11-17T06:34:58.790 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (65m) 5m ago 65m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:34:58.791 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (65m) 5m ago 65m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:34:58.791 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 starting - - - - 2023-11-17T06:34:58.791 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (50m) 5m ago 50m 24.5M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:34:58.791 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (50m) 5m ago 50m 38.6M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:34:58.791 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 running (72m) 5m ago 72m 392M - 15.2.13 2cf504fded39 6f7b78ab46d6 2023-11-17T06:34:58.791 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (17m) 5m ago 65m 443M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:34:58.791 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (72m) 5m ago 72m 740M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:34:58.791 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (70m) 5m ago 70m 415M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:34:58.791 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (5m) 5m ago 5m 54.5M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:34:58.792 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (5m) 5m ago 5m 20.7M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:34:58.792 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 5m ago 42m - - 2023-11-17T06:34:58.792 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 5m ago 40m - - 2023-11-17T06:34:58.792 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (65m) 5m ago 65m 3365M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:34:58.792 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (64m) 5m ago 64m 3680M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:34:58.792 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (64m) 5m ago 64m 2551M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:34:58.792 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (64m) 5m ago 64m 3707M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:34:58.792 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (63m) 5m ago 63m 3138M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:34:58.792 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (62m) 5m ago 62m 3818M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:34:58.793 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (62m) 5m ago 62m 3442M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:34:58.793 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (62m) 5m ago 62m 5062M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:34:58.793 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (5m) 5m ago 5m 34.0M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:34:59.108 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:34:59.108 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:34:59.108 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:34:59.109 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:34:59.109 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:34:59.109 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:34:59.109 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:34:59.109 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:34:59.109 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:34:59.109 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:34:59.109 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:34:59.109 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:34:59.109 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:34:59.109 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:34:59.109 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:34:59.110 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-11-17T06:34:59.110 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:34:59.110 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:34:59.110 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:34:59.380 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:34:59.380 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:34:59.380 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:34:59.380 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:34:59.380 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:34:59.380 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "1/23 daemons upgraded", 2023-11-17T06:34:59.380 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "Currently upgrading mgr daemons", 2023-11-17T06:34:59.380 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:34:59.380 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:35:29.682 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:35:32.811 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:35:32.811 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (39s) 21s ago 6m 17.0M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:35:32.811 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (66m) 21s ago 66m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:35:32.811 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (66m) 21s ago 66m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:35:32.812 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (6m) 21s ago 65m 34.1M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:35:32.812 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (50m) 21s ago 50m 25.7M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:35:32.812 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (51m) 21s ago 51m 38.5M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:35:32.812 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (24s) 21s ago 73m 42.0M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:35:32.812 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (18m) 21s ago 65m 460M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:35:32.812 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (73m) 21s ago 73m 778M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:35:32.812 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (71m) 21s ago 71m 413M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:35:32.812 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (6m) 21s ago 6m 87.2M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:35:32.812 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (6m) 21s ago 6m 87.0M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:35:32.812 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 21s ago 43m - - 2023-11-17T06:35:32.812 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 21s ago 41m - - 2023-11-17T06:35:32.812 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (66m) 21s ago 66m 3383M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:35:32.813 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (64m) 21s ago 64m 3699M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:35:32.813 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (64m) 21s ago 64m 2564M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:35:32.813 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (64m) 21s ago 64m 3725M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:35:32.813 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (63m) 21s ago 63m 3159M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:35:32.813 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (63m) 21s ago 63m 3835M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:35:32.813 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (63m) 21s ago 63m 3456M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:35:32.813 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (62m) 21s ago 62m 5082M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:35:32.813 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (6m) 21s ago 6m 57.7M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:35:32.813 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:35:32.813 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:35:32.813 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:35:32.813 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:35:32.813 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:35:32.814 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:35:32.814 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:35:32.814 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:35:32.814 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:35:32.814 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:35:32.814 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:35:32.814 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:35:32.814 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:35:32.814 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:35:32.814 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:35:32.815 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:35:32.815 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:35:32.815 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:35:32.815 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:35:32.815 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:35:32.815 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:35:32.815 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:35:32.815 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:35:32.815 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:35:32.815 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:35:32.815 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:35:32.815 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "Currently upgrading mgr daemons", 2023-11-17T06:35:32.816 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:35:32.816 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:36:01.090 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:36:01.632 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:36:01.632 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (70s) 52s ago 7m 17.0M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:36:01.632 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (66m) 52s ago 66m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:36:01.632 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (66m) 52s ago 66m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:36:01.632 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (6m) 52s ago 66m 34.1M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:36:01.632 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (51m) 52s ago 51m 25.7M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:36:01.633 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (51m) 52s ago 51m 38.5M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:36:01.633 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (56s) 52s ago 73m 42.0M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:36:01.633 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (18m) 52s ago 66m 460M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:36:01.633 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (73m) 52s ago 73m 778M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:36:01.633 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (71m) 52s ago 71m 413M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:36:01.633 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (7m) 52s ago 7m 87.2M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:36:01.633 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (6m) 52s ago 6m 87.0M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:36:01.633 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 52s ago 43m - - 2023-11-17T06:36:01.633 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 52s ago 41m - - 2023-11-17T06:36:01.633 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (66m) 52s ago 66m 3383M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:36:01.633 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (65m) 52s ago 65m 3699M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:36:01.634 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (65m) 52s ago 65m 2564M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:36:01.634 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (65m) 52s ago 65m 3725M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:36:01.634 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (64m) 52s ago 64m 3159M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:36:01.634 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (63m) 52s ago 63m 3835M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:36:01.634 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (63m) 52s ago 63m 3456M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:36:01.634 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (63m) 52s ago 63m 5082M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:36:01.634 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (7m) 52s ago 7m 57.7M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:36:01.951 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:36:01.951 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:36:01.951 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:36:01.951 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:36:01.951 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:36:01.951 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:36:01.951 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:36:01.951 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:36:01.952 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:36:01.952 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:36:01.952 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:36:01.952 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:36:01.952 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:36:01.952 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:36:01.952 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:36:01.952 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:36:01.952 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:36:01.952 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:36:02.221 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:36:02.221 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:36:02.221 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:36:02.221 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:36:02.221 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:36:02.221 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:36:02.221 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:36:02.221 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:36:02.221 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "Currently upgrading mgr daemons", 2023-11-17T06:36:02.221 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:36:02.222 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:36:32.517 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:36:33.053 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:36:33.053 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (101s) 84s ago 7m 17.0M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:36:33.053 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (67m) 84s ago 67m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:36:33.053 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (67m) 84s ago 67m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:36:33.053 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (7m) 84s ago 66m 34.1M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:36:33.053 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (52m) 84s ago 52m 25.7M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:36:33.053 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (52m) 84s ago 52m 38.5M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:36:33.053 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (87s) 84s ago 74m 42.0M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:36:33.053 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (19m) 84s ago 66m 460M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:36:33.053 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (74m) 84s ago 74m 778M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:36:33.054 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (72m) 84s ago 72m 413M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:36:33.054 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (7m) 84s ago 7m 87.2M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:36:33.054 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (7m) 84s ago 7m 87.0M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:36:33.054 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 84s ago 44m - - 2023-11-17T06:36:33.054 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 84s ago 42m - - 2023-11-17T06:36:33.054 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (67m) 84s ago 67m 3383M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:36:33.054 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (65m) 84s ago 65m 3699M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:36:33.054 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (65m) 84s ago 65m 2564M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:36:33.054 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (65m) 84s ago 65m 3725M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:36:33.054 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (64m) 84s ago 64m 3159M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:36:33.054 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (64m) 84s ago 64m 3835M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:36:33.054 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (64m) 84s ago 64m 3456M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:36:33.055 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (63m) 84s ago 63m 5082M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:36:33.055 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (7m) 84s ago 7m 57.7M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:36:33.367 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:36:33.367 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:36:33.367 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:36:33.367 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:36:33.367 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:36:33.367 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:36:33.367 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:36:33.368 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:36:33.368 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:36:33.368 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:36:33.368 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:36:33.368 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:36:33.368 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:36:33.368 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:36:33.368 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:36:33.368 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:36:33.368 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:36:33.368 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:36:33.639 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:36:33.639 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:36:33.640 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:36:33.640 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:36:33.640 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:36:33.640 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:36:33.640 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:36:33.640 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:36:33.640 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "Currently upgrading mgr daemons", 2023-11-17T06:36:33.640 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:36:33.640 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:37:03.933 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:37:04.463 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:37:04.464 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (2m) 115s ago 8m 17.0M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:37:04.464 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (67m) 115s ago 67m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:37:04.464 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (67m) 115s ago 67m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:37:04.464 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (7m) 115s ago 67m 34.1M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:37:04.464 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (52m) 115s ago 52m 25.7M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:37:04.464 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (52m) 115s ago 52m 38.5M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:37:04.464 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (118s) 115s ago 74m 42.0M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:37:04.464 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (20m) 115s ago 67m 460M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:37:04.464 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (74m) 115s ago 74m 778M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:37:04.464 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (72m) 115s ago 72m 413M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:37:04.464 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (8m) 115s ago 8m 87.2M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:37:04.465 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (7m) 115s ago 7m 87.0M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:37:04.465 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 115s ago 45m - - 2023-11-17T06:37:04.465 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 115s ago 42m - - 2023-11-17T06:37:04.465 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (67m) 115s ago 67m 3383M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:37:04.465 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (66m) 115s ago 66m 3699M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:37:04.465 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (66m) 115s ago 66m 2564M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:37:04.465 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (66m) 115s ago 66m 3725M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:37:04.465 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (65m) 115s ago 65m 3159M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:37:04.465 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (64m) 115s ago 64m 3835M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:37:04.465 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (64m) 115s ago 64m 3456M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:37:04.465 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (64m) 115s ago 64m 5082M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:37:04.466 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (8m) 115s ago 8m 57.7M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:37:04.780 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:37:04.780 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:37:04.780 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:37:04.780 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:37:04.780 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:37:04.780 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:37:04.781 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:37:04.781 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:37:04.781 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:37:04.781 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:37:04.781 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:37:04.781 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:37:04.781 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:37:04.781 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:37:04.781 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:37:04.781 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:37:04.781 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:37:04.781 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:37:05.047 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:37:05.047 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:37:05.047 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:37:05.047 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:37:05.048 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:37:05.048 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:37:05.048 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:37:05.048 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:37:05.048 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "Currently upgrading mgr daemons", 2023-11-17T06:37:05.048 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:37:05.048 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:37:35.339 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:37:35.871 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:37:35.871 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (2m) 2m ago 8m 17.0M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:37:35.871 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (68m) 2m ago 68m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:37:35.871 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (68m) 2m ago 68m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:37:35.871 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (8m) 2m ago 67m 34.1M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:37:35.872 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (53m) 2m ago 53m 25.7M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:37:35.872 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (53m) 2m ago 53m 38.5M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:37:35.872 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (2m) 2m ago 75m 42.0M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:37:35.872 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (20m) 2m ago 67m 460M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:37:35.872 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (75m) 2m ago 75m 778M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:37:35.872 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (73m) 2m ago 73m 413M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:37:35.872 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (8m) 2m ago 8m 87.2M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:37:35.872 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (8m) 2m ago 8m 87.0M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:37:35.873 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 2m ago 45m - - 2023-11-17T06:37:35.873 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 2m ago 43m - - 2023-11-17T06:37:35.873 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (68m) 2m ago 68m 3383M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:37:35.873 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (67m) 2m ago 67m 3699M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:37:35.873 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (66m) 2m ago 66m 2564M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:37:35.873 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (66m) 2m ago 66m 3725M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:37:35.873 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (65m) 2m ago 65m 3159M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:37:35.874 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (65m) 2m ago 65m 3835M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:37:35.874 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (65m) 2m ago 65m 3456M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:37:35.874 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (65m) 2m ago 65m 5082M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:37:35.874 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (8m) 2m ago 8m 57.7M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:37:36.191 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:37:36.191 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:37:36.191 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:37:36.191 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:37:36.191 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:37:36.191 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:37:36.191 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:37:36.191 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:37:36.191 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:37:36.191 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:37:36.191 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:37:36.192 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:37:36.192 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:37:36.192 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:37:36.192 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:37:36.192 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:37:36.192 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:37:36.192 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:37:36.458 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:37:36.458 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:37:36.459 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:37:36.459 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:37:36.459 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:37:36.459 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:37:36.459 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:37:36.459 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:37:36.459 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "Currently upgrading mgr daemons", 2023-11-17T06:37:36.459 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:37:36.459 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:38:06.753 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:38:39.681 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:38:39.682 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (3m) 2m ago 9m 17.0M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:38:39.682 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (68m) 2m ago 68m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:38:39.682 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (68m) 2m ago 68m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:38:39.682 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (8m) 2m ago 68m 34.1M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:38:39.706 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (53m) 2m ago 53m 25.7M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:38:39.707 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (53m) 2m ago 53m 38.5M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:38:39.707 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (3m) 2m ago 75m 42.0M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:38:39.707 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (21m) 2m ago 68m 460M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:38:39.707 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (75m) 2m ago 75m 778M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:38:39.707 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (73m) 2m ago 73m 413M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:38:39.707 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (9m) 2m ago 9m 87.2M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:38:39.707 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (9m) 2m ago 9m 87.0M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:38:39.707 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 2m ago 46m - - 2023-11-17T06:38:39.708 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 2m ago 44m - - 2023-11-17T06:38:39.708 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (68m) 2m ago 68m 3383M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:38:39.708 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (67m) 2m ago 67m 3699M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:38:39.708 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (67m) 2m ago 67m 2564M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:38:39.708 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (67m) 2m ago 67m 3725M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:38:39.708 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (66m) 2m ago 66m 3159M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:38:39.708 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (65m) 2m ago 65m 3835M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:38:39.708 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (65m) 2m ago 65m 3456M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:38:39.708 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (65m) 2m ago 65m 5082M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:38:39.708 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (9m) 2m ago 9m 57.7M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:38:39.708 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:38:39.708 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:38:39.709 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:38:39.709 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:38:39.709 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:38:39.709 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:38:39.709 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:38:39.709 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:38:39.709 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:38:39.709 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:38:39.709 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:38:39.709 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:38:39.709 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:38:39.709 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:38:39.709 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:38:39.709 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:38:39.710 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:38:39.710 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:38:39.710 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:38:39.710 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:38:39.710 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:38:39.710 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:38:39.710 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:38:39.710 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:38:39.710 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:38:39.710 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:38:39.710 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "Currently upgrading mgr daemons", 2023-11-17T06:38:39.710 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:38:39.710 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:38:39.711 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:38:39.711 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:38:39.711 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (3m) 3m ago 9m 17.0M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:38:39.711 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (69m) 3m ago 69m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:38:39.711 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (69m) 3m ago 69m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:38:39.711 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (9m) 3m ago 68m 34.1M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:38:39.711 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (54m) 3m ago 54m 25.7M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:38:39.711 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (54m) 3m ago 54m 38.5M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:38:39.711 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (3m) 3m ago 76m 42.0M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:38:39.711 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (21m) 3m ago 68m 460M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:38:39.711 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (76m) 3m ago 76m 778M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:38:39.711 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (74m) 3m ago 74m 413M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:38:39.711 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (9m) 3m ago 9m 87.2M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:38:39.711 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (9m) 3m ago 9m 87.0M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:38:39.712 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 3m ago 46m - - 2023-11-17T06:38:39.712 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 3m ago 44m - - 2023-11-17T06:38:39.712 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (69m) 3m ago 69m 3383M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:38:39.712 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (68m) 3m ago 68m 3699M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:38:39.712 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (67m) 3m ago 67m 2564M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:38:39.712 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (67m) 3m ago 67m 3725M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:38:39.712 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (66m) 3m ago 66m 3159M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:38:39.712 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (66m) 3m ago 66m 3835M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:38:39.712 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (66m) 3m ago 66m 3456M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:38:39.712 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (66m) 3m ago 66m 5082M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:38:39.712 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (9m) 3m ago 9m 57.7M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:38:39.712 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:38:39.712 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:38:39.713 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:38:39.713 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:38:39.713 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:38:39.713 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:38:39.732 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:38:39.733 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:38:39.733 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:38:39.733 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:38:39.733 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:38:39.733 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:38:39.733 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:38:39.733 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:38:39.733 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:38:39.733 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:38:39.733 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:38:39.733 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:38:39.733 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:38:39.733 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:38:39.734 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:38:39.734 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:38:39.734 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:38:39.734 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:38:39.734 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:38:39.734 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:38:39.734 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "Currently upgrading mgr daemons", 2023-11-17T06:38:39.734 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:38:39.734 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:39:09.584 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:39:10.121 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:39:10.121 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (4m) 4m ago 10m 17.0M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:39:10.121 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (69m) 4m ago 69m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:39:10.121 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (69m) 4m ago 69m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:39:10.121 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (9m) 4m ago 69m 34.1M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:39:10.121 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (54m) 4m ago 54m 25.7M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:39:10.121 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (54m) 4m ago 54m 38.5M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:39:10.122 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (4m) 4m ago 76m 42.0M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:39:10.122 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (22m) 4m ago 69m 460M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:39:10.122 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (76m) 4m ago 76m 778M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:39:10.122 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (74m) 4m ago 74m 413M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:39:10.122 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (10m) 4m ago 10m 87.2M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:39:10.122 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (10m) 4m ago 10m 87.0M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:39:10.122 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 4m ago 47m - - 2023-11-17T06:39:10.122 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 4m ago 45m - - 2023-11-17T06:39:10.122 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (69m) 4m ago 69m 3383M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:39:10.122 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (68m) 4m ago 68m 3699M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:39:10.122 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (68m) 4m ago 68m 2564M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:39:10.122 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (68m) 4m ago 68m 3725M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:39:10.122 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (67m) 4m ago 67m 3159M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:39:10.123 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (66m) 4m ago 66m 3835M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:39:10.123 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (66m) 4m ago 66m 3456M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:39:10.123 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (66m) 4m ago 66m 5082M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:39:10.123 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (10m) 4m ago 10m 57.7M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:39:10.437 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:39:10.437 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:39:10.438 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:39:10.438 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:39:10.438 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:39:10.438 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:39:10.438 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:39:10.438 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:39:10.438 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:39:10.438 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:39:10.438 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:39:10.438 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:39:10.438 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:39:10.438 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:39:10.438 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:39:10.439 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:39:10.439 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:39:10.439 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:39:10.707 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:39:10.708 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:39:10.708 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:39:10.708 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:39:10.708 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:39:10.708 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:39:10.708 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:39:10.708 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:39:10.708 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "Currently upgrading mgr daemons", 2023-11-17T06:39:10.708 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:39:10.708 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:39:40.999 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:39:41.535 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:39:41.535 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (4m) 4m ago 10m 17.0M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:39:41.535 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (70m) 4m ago 70m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:39:41.535 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (70m) 4m ago 70m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:39:41.535 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (10m) 4m ago 69m 34.1M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:39:41.535 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (55m) 4m ago 55m 25.7M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:39:41.535 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (55m) 4m ago 55m 38.5M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:39:41.535 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (4m) 4m ago 77m 42.0M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:39:41.536 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (22m) 4m ago 69m 460M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:39:41.536 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (77m) 4m ago 77m 778M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:39:41.536 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (75m) 4m ago 75m 413M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:39:41.536 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (10m) 4m ago 10m 87.2M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:39:41.536 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (10m) 4m ago 10m 87.0M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:39:41.536 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 4m ago 47m - - 2023-11-17T06:39:41.536 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 4m ago 45m - - 2023-11-17T06:39:41.536 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (70m) 4m ago 70m 3383M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:39:41.536 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (69m) 4m ago 69m 3699M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:39:41.536 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (68m) 4m ago 68m 2564M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:39:41.536 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (68m) 4m ago 68m 3725M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:39:41.536 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (67m) 4m ago 67m 3159M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:39:41.536 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (67m) 4m ago 67m 3835M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:39:41.537 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (67m) 4m ago 67m 3456M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:39:41.537 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (67m) 4m ago 67m 5082M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:39:41.537 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (10m) 4m ago 10m 57.7M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:39:41.851 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:39:41.852 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:39:41.852 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:39:41.852 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:39:41.852 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:39:41.852 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:39:41.853 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:39:41.853 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:39:41.853 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:39:41.853 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:39:41.853 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:39:41.854 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:39:41.854 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:39:41.854 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:39:41.854 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:39:41.854 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:39:41.854 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:39:41.855 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:39:42.121 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:39:42.121 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:39:42.121 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:39:42.121 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:39:42.121 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:39:42.121 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:39:42.122 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:39:42.122 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:39:42.122 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "Currently upgrading mgr daemons", 2023-11-17T06:39:42.122 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:39:42.122 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:40:13.694 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:40:14.349 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:40:14.349 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (5m) 5m ago 11m 17.0M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:40:14.349 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (70m) 5m ago 70m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:40:14.349 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (70m) 5m ago 70m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:40:14.349 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (10m) 5m ago 70m 34.1M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:40:14.350 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (55m) 5m ago 55m 25.7M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:40:14.350 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (55m) 5m ago 55m 38.5M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:40:14.350 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (5m) 5m ago 77m 42.0M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:40:14.350 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (23m) 5m ago 70m 460M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:40:14.350 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (77m) 5m ago 77m 778M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:40:14.350 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (76m) 5m ago 76m 413M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:40:14.350 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (11m) 5m ago 11m 87.2M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:40:14.350 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (11m) 5m ago 11m 87.0M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:40:14.350 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 5m ago 48m - - 2023-11-17T06:40:14.350 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 5m ago 46m - - 2023-11-17T06:40:14.350 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (70m) 5m ago 70m 3383M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:40:14.350 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (69m) 5m ago 69m 3699M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:40:14.350 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (69m) 5m ago 69m 2564M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:40:14.351 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (69m) 5m ago 69m 3725M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:40:14.351 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (68m) 5m ago 68m 3159M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:40:14.351 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (68m) 5m ago 68m 3835M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:40:14.351 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (67m) 5m ago 67m 3456M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:40:14.351 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (67m) 5m ago 67m 5082M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:40:14.351 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (11m) 5m ago 11m 57.7M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:40:14.712 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:40:14.712 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:40:14.712 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:40:14.712 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:40:14.712 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:40:14.712 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:40:14.713 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:40:14.713 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:40:14.713 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:40:14.713 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:40:14.713 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:40:14.713 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:40:14.714 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:40:14.714 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:40:14.714 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:40:14.714 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:40:14.714 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:40:14.714 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:40:15.011 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:40:15.011 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:40:15.011 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:40:15.011 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:40:15.011 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:40:15.011 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:40:15.011 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:40:15.011 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:40:15.011 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "", 2023-11-17T06:40:15.012 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:40:15.012 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:40:45.306 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:40:45.840 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:40:46.067 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (5m) 28s ago 11m 26.2M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:40:46.067 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (71m) 29s ago 71m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:40:46.067 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (71m) 28s ago 71m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:40:46.067 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (11m) 29s ago 71m 40.6M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:40:46.067 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (56m) 29s ago 56m 27.1M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:40:46.067 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (56m) 28s ago 56m 39.0M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:40:46.067 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (5m) 29s ago 78m 431M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:40:46.067 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (23m) 28s ago 71m 398M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:40:46.067 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (78m) 29s ago 78m 813M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:40:46.068 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (76m) 28s ago 76m 413M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:40:46.068 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (11m) 29s ago 11m 91.1M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:40:46.068 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (11m) 28s ago 11m 90.5M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:40:46.068 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 29s ago 48m - - 2023-11-17T06:40:46.068 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 28s ago 46m - - 2023-11-17T06:40:46.068 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (71m) 29s ago 71m 3397M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:40:46.068 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (70m) 29s ago 70m 3718M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:40:46.068 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (70m) 29s ago 70m 2576M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:40:46.068 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (69m) 29s ago 69m 3741M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:40:46.068 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (68m) 28s ago 68m 3175M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:40:46.068 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (68m) 28s ago 68m 3850M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:40:46.068 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (68m) 28s ago 68m 3470M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:40:46.068 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (68m) 28s ago 68m 5099M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:40:46.068 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (11m) 28s ago 11m 58.2M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:40:46.160 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:40:46.161 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:40:46.161 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:40:46.161 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:40:46.161 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:40:46.161 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:40:46.161 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:40:46.161 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:40:46.161 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:40:46.161 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:40:46.161 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:40:46.162 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:40:46.162 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:40:46.162 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:40:46.162 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:40:46.162 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:40:46.162 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:40:46.162 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:40:46.430 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:40:46.430 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:40:46.430 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:40:46.430 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:40:46.430 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:40:46.431 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:40:46.431 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:40:46.431 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:40:46.431 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "", 2023-11-17T06:40:46.431 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:40:46.431 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:41:16.726 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:41:51.829 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:41:51.829 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (6m) 60s ago 12m 26.2M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:41:51.829 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (71m) 60s ago 71m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:41:51.829 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (71m) 60s ago 71m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:41:51.829 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (11m) 60s ago 71m 40.6M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:41:51.829 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (56m) 60s ago 56m 27.1M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:41:51.829 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (56m) 60s ago 56m 39.0M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:41:51.830 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (6m) 60s ago 78m 431M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:41:51.830 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (24m) 60s ago 71m 398M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:41:51.830 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (78m) 60s ago 78m 813M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:41:51.830 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (77m) 60s ago 77m 413M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:41:51.830 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (12m) 60s ago 12m 91.1M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:41:51.830 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (12m) 60s ago 12m 90.5M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:41:51.830 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 60s ago 49m - - 2023-11-17T06:41:51.830 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 60s ago 47m - - 2023-11-17T06:41:51.830 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (71m) 60s ago 71m 3397M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:41:51.830 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (70m) 60s ago 70m 3718M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:41:51.830 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (70m) 60s ago 70m 2576M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:41:51.831 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (70m) 60s ago 70m 3741M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:41:51.831 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (69m) 60s ago 69m 3175M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:41:51.831 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (69m) 60s ago 69m 3850M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:41:51.831 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (68m) 60s ago 68m 3470M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:41:51.831 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (68m) 60s ago 68m 5099M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:41:51.831 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (12m) 60s ago 12m 58.2M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:41:51.831 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:41:51.831 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:41:51.831 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:41:51.832 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:41:51.832 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:41:51.832 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:41:51.832 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:41:51.832 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:41:51.832 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:41:51.832 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:41:51.832 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:41:51.832 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:41:51.832 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:41:51.833 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:41:51.833 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:41:51.833 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:41:51.833 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:41:51.833 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:41:51.833 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:41:51.833 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:41:51.833 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:41:51.833 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:41:51.833 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:41:51.833 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:41:51.833 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:41:51.834 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:41:51.834 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "", 2023-11-17T06:41:51.834 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:41:51.834 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:41:51.834 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:41:51.834 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:41:51.834 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (6m) 91s ago 12m 26.2M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:41:51.834 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (72m) 92s ago 72m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:41:51.880 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (72m) 91s ago 72m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:41:51.880 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (12m) 92s ago 72m 40.6M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:41:51.880 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (57m) 92s ago 57m 27.1M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:41:51.881 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (57m) 91s ago 57m 39.0M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:41:51.881 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (6m) 92s ago 79m 431M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:41:51.881 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (24m) 91s ago 72m 398M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:41:51.881 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (79m) 92s ago 79m 813M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:41:51.881 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (77m) 91s ago 77m 413M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:41:51.881 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (12m) 92s ago 12m 91.1M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:41:51.882 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (12m) 91s ago 12m 90.5M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:41:51.882 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 92s ago 49m - - 2023-11-17T06:41:51.882 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 91s ago 47m - - 2023-11-17T06:41:51.882 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (72m) 92s ago 72m 3397M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:41:51.882 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (71m) 92s ago 71m 3718M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:41:51.882 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (71m) 92s ago 71m 2576M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:41:51.882 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (70m) 92s ago 70m 3741M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:41:51.882 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (69m) 91s ago 69m 3175M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:41:51.882 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (69m) 91s ago 69m 3850M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:41:51.882 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (69m) 91s ago 69m 3470M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:41:51.882 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (69m) 91s ago 69m 5099M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:41:51.882 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (12m) 91s ago 12m 58.2M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:41:51.883 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:41:51.883 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:41:51.883 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:41:51.883 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:41:51.883 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:41:51.883 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:41:51.883 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:41:51.883 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:41:51.883 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:41:51.883 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:41:51.883 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:41:51.883 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:41:51.883 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:41:51.884 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:41:51.884 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:41:51.884 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:41:51.884 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:41:51.884 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:41:51.884 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:41:51.884 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:41:51.884 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:41:51.884 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:41:51.884 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:41:51.884 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:41:51.884 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:41:51.884 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:41:51.884 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "", 2023-11-17T06:41:51.885 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:41:51.885 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:42:19.568 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:42:20.102 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:42:20.103 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (7m) 2m ago 13m 26.2M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:42:20.103 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (72m) 2m ago 72m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:42:20.103 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (73m) 2m ago 73m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:42:20.103 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (13m) 2m ago 72m 40.6M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:42:20.103 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (57m) 2m ago 57m 27.1M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:42:20.103 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (57m) 2m ago 57m 39.0M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:42:20.103 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (7m) 2m ago 79m 431M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:42:20.103 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (25m) 2m ago 72m 398M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:42:20.103 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (79m) 2m ago 79m 813M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:42:20.103 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (78m) 2m ago 78m 413M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:42:20.103 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (13m) 2m ago 13m 91.1M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:42:20.103 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (13m) 2m ago 13m 90.5M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:42:20.104 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 2m ago 50m - - 2023-11-17T06:42:20.104 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 2m ago 48m - - 2023-11-17T06:42:20.104 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (72m) 2m ago 72m 3397M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:42:20.104 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (71m) 2m ago 71m 3718M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:42:20.104 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (71m) 2m ago 71m 2576M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:42:20.104 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (71m) 2m ago 71m 3741M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:42:20.104 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (70m) 2m ago 70m 3175M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:42:20.104 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (70m) 2m ago 70m 3850M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:42:20.104 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (69m) 2m ago 69m 3470M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:42:20.104 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (69m) 2m ago 69m 5099M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:42:20.104 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (13m) 2m ago 13m 58.2M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:42:20.422 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:42:20.422 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:42:20.422 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:42:20.422 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:42:20.422 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:42:20.422 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:42:20.422 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:42:20.423 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:42:20.423 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:42:20.423 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:42:20.423 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:42:20.423 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:42:20.423 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:42:20.423 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:42:20.423 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:42:20.423 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:42:20.423 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:42:20.423 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:42:20.691 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:42:20.691 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:42:20.692 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:42:20.692 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:42:20.692 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:42:20.692 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:42:20.692 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:42:20.692 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:42:20.693 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "", 2023-11-17T06:42:20.693 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:42:20.693 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:42:50.985 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:42:51.520 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:42:51.520 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (8m) 2m ago 13m 26.2M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:42:51.520 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (73m) 2m ago 73m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:42:51.520 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (73m) 2m ago 73m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:42:51.520 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (13m) 2m ago 73m 40.6M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:42:51.521 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (58m) 2m ago 58m 27.1M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:42:51.521 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (58m) 2m ago 58m 39.0M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:42:51.521 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (7m) 2m ago 80m 431M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:42:51.521 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (25m) 2m ago 73m 398M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:42:51.521 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (80m) 2m ago 80m 813M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:42:51.521 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (78m) 2m ago 78m 413M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:42:51.521 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (13m) 2m ago 13m 91.1M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:42:51.521 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (13m) 2m ago 13m 90.5M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:42:51.521 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 2m ago 50m - - 2023-11-17T06:42:51.521 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 2m ago 48m - - 2023-11-17T06:42:51.521 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (73m) 2m ago 73m 3397M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:42:51.521 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (72m) 2m ago 72m 3718M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:42:51.522 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (72m) 2m ago 72m 2576M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:42:51.522 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (71m) 2m ago 71m 3741M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:42:51.522 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (70m) 2m ago 70m 3175M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:42:51.522 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (70m) 2m ago 70m 3850M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:42:51.522 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (70m) 2m ago 70m 3470M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:42:51.522 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (70m) 2m ago 70m 5099M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:42:51.522 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (13m) 2m ago 13m 58.2M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:42:51.842 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:42:51.842 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:42:51.842 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:42:51.842 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:42:51.842 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:42:51.842 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:42:51.842 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:42:51.843 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:42:51.843 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:42:51.843 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:42:51.843 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:42:51.843 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:42:51.843 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:42:51.843 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:42:51.843 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:42:51.843 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:42:51.843 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:42:51.843 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:42:52.113 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:42:52.113 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:42:52.113 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:42:52.113 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:42:52.114 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:42:52.114 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:42:52.114 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:42:52.114 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:42:52.114 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "", 2023-11-17T06:42:52.114 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:42:52.114 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:43:22.408 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:43:22.941 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:43:22.941 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (8m) 3m ago 14m 26.2M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:43:22.941 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (74m) 3m ago 74m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:43:22.941 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (74m) 3m ago 74m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:43:22.941 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (14m) 3m ago 73m 40.6M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:43:22.941 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (58m) 3m ago 58m 27.1M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:43:22.941 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (58m) 3m ago 58m 39.0M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:43:22.941 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (8m) 3m ago 80m 431M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:43:22.941 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (26m) 3m ago 73m 398M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:43:22.942 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (80m) 3m ago 81m 813M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:43:22.942 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (79m) 3m ago 79m 413M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:43:22.942 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (14m) 3m ago 14m 91.1M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:43:22.942 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (14m) 3m ago 14m 90.5M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:43:22.942 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 3m ago 51m - - 2023-11-17T06:43:22.942 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 3m ago 49m - - 2023-11-17T06:43:22.942 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (73m) 3m ago 73m 3397M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:43:22.942 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (72m) 3m ago 72m 3718M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:43:22.942 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (72m) 3m ago 72m 2576M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:43:22.942 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (72m) 3m ago 72m 3741M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:43:22.942 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (71m) 3m ago 71m 3175M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:43:22.942 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (71m) 3m ago 71m 3850M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:43:22.942 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (70m) 3m ago 70m 3470M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:43:22.943 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (70m) 3m ago 70m 5099M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:43:22.943 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (14m) 3m ago 14m 58.2M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:43:23.262 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:43:23.262 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:43:23.262 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:43:23.262 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:43:23.262 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:43:23.263 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:43:23.263 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:43:23.263 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:43:23.263 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:43:23.263 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:43:23.263 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:43:23.263 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:43:23.263 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:43:23.263 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:43:23.263 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:43:23.263 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:43:23.263 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:43:23.263 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:43:23.532 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:43:23.532 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:43:23.533 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:43:23.533 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:43:23.533 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:43:23.533 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:43:23.533 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:43:23.533 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:43:23.533 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "", 2023-11-17T06:43:23.533 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:43:23.533 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:43:53.828 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:43:54.359 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:43:54.359 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (9m) 3m ago 15m 26.2M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:43:54.359 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (74m) 3m ago 74m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:43:54.359 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (74m) 3m ago 74m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:43:54.359 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (14m) 3m ago 74m 40.6M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:43:54.360 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (59m) 3m ago 59m 27.1M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:43:54.360 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (59m) 3m ago 59m 39.0M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:43:54.360 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (8m) 3m ago 81m 431M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:43:54.360 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (26m) 3m ago 74m 398M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:43:54.360 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (81m) 3m ago 81m 813M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:43:54.360 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (79m) 3m ago 79m 413M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:43:54.360 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (14m) 3m ago 14m 91.1M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:43:54.360 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (14m) 3m ago 14m 90.5M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:43:54.360 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 3m ago 51m - - 2023-11-17T06:43:54.360 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 3m ago 49m - - 2023-11-17T06:43:54.360 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (74m) 3m ago 74m 3397M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:43:54.361 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (73m) 3m ago 73m 3718M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:43:54.361 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (73m) 3m ago 73m 2576M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:43:54.361 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (72m) 3m ago 72m 3741M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:43:54.361 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (72m) 3m ago 72m 3175M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:43:54.361 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (71m) 3m ago 71m 3850M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:43:54.361 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (71m) 3m ago 71m 3470M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:43:54.361 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (71m) 3m ago 71m 5099M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:43:54.361 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (14m) 3m ago 14m 58.2M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:43:54.682 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:43:54.683 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:43:54.683 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:43:54.683 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:43:54.683 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:43:54.683 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:43:54.683 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:43:54.683 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:43:54.683 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:43:54.683 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:43:54.683 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:43:54.683 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:43:54.684 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:43:54.684 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:43:54.684 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:43:54.684 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:43:54.684 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:43:54.684 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:43:54.952 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:43:54.952 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:43:54.952 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:43:54.952 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:43:54.952 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:43:54.952 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:43:54.952 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:43:54.953 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:43:54.953 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "", 2023-11-17T06:43:54.953 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:43:54.953 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:44:25.247 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:45:05.838 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:45:05.838 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (9m) 4m ago 15m 26.2M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:45:05.838 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (75m) 4m ago 75m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:45:05.838 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (75m) 4m ago 75m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:45:05.838 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (15m) 4m ago 74m 40.6M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:45:05.838 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (59m) 4m ago 59m 27.1M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:45:05.838 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (59m) 4m ago 59m 39.0M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:45:05.838 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (9m) 4m ago 81m 431M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:45:05.838 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (27m) 4m ago 74m 398M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:45:05.839 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (82m) 4m ago 82m 813M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:45:05.839 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (80m) 4m ago 80m 413M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:45:05.839 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (15m) 4m ago 15m 91.1M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:45:05.839 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (15m) 4m ago 15m 90.5M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:45:05.839 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 4m ago 52m - - 2023-11-17T06:45:05.839 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 4m ago 50m - - 2023-11-17T06:45:05.839 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (75m) 4m ago 75m 3397M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:45:05.839 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (73m) 4m ago 73m 3718M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:45:05.839 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (73m) 4m ago 73m 2576M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:45:05.839 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (73m) 4m ago 73m 3741M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:45:05.839 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (72m) 4m ago 72m 3175M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:45:05.839 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (72m) 4m ago 72m 3850M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:45:05.840 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (72m) 4m ago 72m 3470M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:45:05.840 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (71m) 4m ago 71m 5099M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:45:05.840 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (15m) 4m ago 15m 58.2M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:45:05.840 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:45:05.840 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:45:05.840 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:45:05.840 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:45:05.840 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:45:05.840 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:45:05.840 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:45:05.840 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:45:05.840 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:45:05.840 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:45:05.841 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:45:05.841 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:45:05.841 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:45:05.841 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:45:05.841 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:45:05.841 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:45:05.841 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:45:05.841 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:45:05.841 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:45:05.841 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:45:05.841 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:45:05.842 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:45:05.842 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:45:05.842 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:45:05.842 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:45:05.856 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:45:05.856 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "", 2023-11-17T06:45:05.856 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:45:05.856 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:45:05.856 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:45:05.856 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:45:05.856 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (10m) 4m ago 16m 26.2M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:45:05.856 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (75m) 4m ago 75m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:45:05.856 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (75m) 4m ago 75m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:45:05.856 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (15m) 4m ago 75m 40.6M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:45:05.857 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (60m) 4m ago 60m 27.1M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:45:05.857 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (60m) 4m ago 60m 39.0M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:45:05.857 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (9m) 4m ago 82m 431M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:45:05.857 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (27m) 4m ago 75m 398M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:45:05.857 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (82m) 4m ago 82m 813M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:45:05.857 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (80m) 4m ago 80m 413M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:45:05.857 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (15m) 4m ago 15m 91.1M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:45:05.857 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (15m) 4m ago 15m 90.5M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:45:05.857 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 4m ago 52m - - 2023-11-17T06:45:05.857 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 4m ago 50m - - 2023-11-17T06:45:05.857 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (75m) 4m ago 75m 3397M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:45:05.857 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (74m) 4m ago 74m 3718M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:45:05.857 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (74m) 4m ago 74m 2576M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:45:05.857 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (74m) 4m ago 74m 3741M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:45:05.858 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (73m) 4m ago 73m 3175M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:45:05.858 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (72m) 4m ago 72m 3850M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:45:05.904 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (72m) 4m ago 72m 3470M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:45:05.904 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (72m) 4m ago 72m 5099M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:45:05.904 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (15m) 4m ago 15m 58.2M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:45:05.904 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:45:05.904 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:45:05.904 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:45:05.904 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:45:05.905 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:45:05.905 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:45:05.905 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:45:05.905 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:45:05.905 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:45:05.905 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:45:05.905 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:45:05.905 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:45:05.905 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:45:05.905 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:45:05.905 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:45:05.905 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:45:05.905 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:45:05.906 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:45:05.906 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:45:05.906 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:45:05.906 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:45:05.906 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:45:05.906 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:45:05.906 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:45:05.906 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:45:05.906 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:45:05.906 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "", 2023-11-17T06:45:05.906 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:45:05.906 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:45:28.098 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:45:28.640 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:45:28.640 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (10m) 5m ago 16m 26.2M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:45:28.641 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (76m) 5m ago 76m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:45:28.641 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (76m) 5m ago 76m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:45:28.641 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (16m) 5m ago 75m 40.6M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:45:28.641 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (60m) 5m ago 60m 27.1M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:45:28.641 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (60m) 5m ago 60m 39.0M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:45:28.641 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (10m) 5m ago 83m 431M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:45:28.642 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 running (28m) 5m ago 75m 398M - 16.2.14-171-ged3c8e92 6be2081e30e3 e4fac9a792a8 2023-11-17T06:45:28.642 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (83m) 5m ago 83m 813M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:45:28.642 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (81m) 5m ago 81m 413M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:45:28.642 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (16m) 5m ago 16m 91.1M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:45:28.642 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (16m) 5m ago 16m 90.5M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:45:28.642 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 5m ago 53m - - 2023-11-17T06:45:28.643 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 5m ago 51m - - 2023-11-17T06:45:28.643 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (76m) 5m ago 76m 3397M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:45:28.643 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (74m) 5m ago 74m 3718M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:45:28.643 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (74m) 5m ago 74m 2576M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:45:28.643 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (74m) 5m ago 74m 3741M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:45:28.644 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (73m) 5m ago 73m 3175M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:45:28.644 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (73m) 5m ago 73m 3850M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:45:28.644 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (73m) 5m ago 73m 3470M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:45:28.644 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (72m) 5m ago 72m 5099M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:45:28.644 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (16m) 5m ago 16m 58.2M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:45:28.969 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:45:28.970 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:45:28.970 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:45:28.971 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:45:28.971 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:45:28.971 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:45:28.972 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:45:28.972 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:45:28.972 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:45:28.972 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:45:28.972 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:45:28.973 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:45:28.973 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:45:28.973 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:45:28.973 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:45:28.973 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:45:28.974 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:45:28.974 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:45:29.258 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:45:29.259 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:45:29.259 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:45:29.259 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:45:29.259 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [], 2023-11-17T06:45:29.259 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "", 2023-11-17T06:45:29.260 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "Currently upgrading mgr daemons", 2023-11-17T06:45:29.260 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:45:29.260 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:45:59.554 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:46:00.088 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:46:00.089 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (11m) 27s ago 17m 26.2M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:46:00.089 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (76m) 5m ago 76m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:46:00.089 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (76m) 27s ago 76m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:46:00.089 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (16m) 5m ago 76m 40.6M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:46:00.090 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (61m) 5m ago 61m 27.1M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:46:00.090 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (61m) 27s ago 61m 39.2M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:46:00.090 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (10m) 5m ago 83m 431M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:46:00.090 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 *:8443,9283 running (31s) 27s ago 76m 43.0M - 16.2.14-171-ged3c8e92 6be2081e30e3 d2a475387252 2023-11-17T06:46:00.090 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (83m) 5m ago 83m 813M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:46:00.090 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (81m) 27s ago 81m 431M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:46:00.091 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (16m) 5m ago 16m 91.1M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:46:00.091 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (16m) 27s ago 16m 92.8M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:46:00.091 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 5m ago 53m - - 2023-11-17T06:46:00.091 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 27s ago 51m - - 2023-11-17T06:46:00.091 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (76m) 5m ago 76m 3397M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:46:00.091 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (75m) 5m ago 75m 3718M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:46:00.092 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (75m) 5m ago 75m 2576M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:46:00.092 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (75m) 5m ago 75m 3741M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:46:00.092 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (74m) 27s ago 74m 3191M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:46:00.092 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (73m) 27s ago 73m 3862M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:46:00.092 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (73m) 27s ago 73m 3483M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:46:00.093 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (73m) 27s ago 73m 5116M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:46:00.093 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (17m) 27s ago 17m 65.0M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:46:00.402 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:46:00.402 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:46:00.402 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:46:00.403 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:46:00.403 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:46:00.403 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:46:00.403 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:46:00.403 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:46:00.403 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:46:00.403 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:46:00.403 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:46:00.404 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:46:00.404 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:46:00.404 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:46:00.404 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:46:00.404 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:46:00.404 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:46:00.404 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:46:00.669 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:46:00.669 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:46:00.669 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:46:00.670 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:46:00.670 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:46:00.670 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:46:00.670 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:46:00.670 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:46:00.670 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "Currently upgrading mgr daemons", 2023-11-17T06:46:00.670 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:46:00.670 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:46:30.968 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:46:31.503 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:46:31.503 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (11m) 59s ago 17m 26.2M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:46:31.503 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (77m) 6m ago 77m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:46:31.503 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (77m) 59s ago 77m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:46:31.503 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (17m) 6m ago 76m 40.6M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:46:31.503 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (62m) 6m ago 61m 27.1M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:46:31.504 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (62m) 59s ago 62m 39.2M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:46:31.504 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (11m) 6m ago 84m 431M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:46:31.504 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 *:8443,9283 running (63s) 59s ago 76m 43.0M - 16.2.14-171-ged3c8e92 6be2081e30e3 d2a475387252 2023-11-17T06:46:31.504 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (84m) 6m ago 84m 813M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:46:31.504 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (82m) 59s ago 82m 431M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:46:31.504 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (17m) 6m ago 17m 91.1M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:46:31.504 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (17m) 59s ago 17m 92.8M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:46:31.504 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 6m ago 54m - - 2023-11-17T06:46:31.504 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 59s ago 52m - - 2023-11-17T06:46:31.504 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (77m) 6m ago 77m 3397M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:46:31.504 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (75m) 6m ago 75m 3718M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:46:31.504 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (75m) 6m ago 75m 2576M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:46:31.505 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (75m) 6m ago 75m 3741M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:46:31.505 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (74m) 59s ago 74m 3191M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:46:31.505 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (74m) 59s ago 74m 3862M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:46:31.505 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (74m) 59s ago 74m 3483M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:46:31.505 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (73m) 59s ago 73m 5116M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:46:31.505 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (17m) 59s ago 17m 65.0M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:46:31.825 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:46:31.826 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:46:31.826 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:46:31.826 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:46:31.826 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:46:31.826 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:46:31.826 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:46:31.826 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:46:31.826 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:46:31.826 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:46:31.826 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:46:31.826 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:46:31.827 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:46:31.827 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:46:31.827 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:46:31.827 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:46:31.827 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:46:31.827 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:46:32.095 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:46:32.095 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:46:32.095 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:46:32.095 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:46:32.095 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:46:32.095 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:46:32.095 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:46:32.096 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:46:32.096 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "Currently upgrading mgr daemons", 2023-11-17T06:46:32.096 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:46:32.096 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:47:02.390 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:47:02.926 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:47:02.926 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (12m) 90s ago 18m 26.2M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:47:02.926 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (77m) 6m ago 77m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:47:02.926 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (77m) 90s ago 77m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:47:02.926 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (17m) 6m ago 77m 40.6M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:47:02.926 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (62m) 6m ago 62m 27.1M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:47:02.927 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (62m) 90s ago 62m 39.2M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:47:02.927 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (11m) 6m ago 84m 431M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:47:02.927 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 *:8443,9283 running (94s) 90s ago 77m 43.0M - 16.2.14-171-ged3c8e92 6be2081e30e3 d2a475387252 2023-11-17T06:47:02.927 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (84m) 6m ago 84m 813M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:47:02.927 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (82m) 90s ago 82m 431M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:47:02.927 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (18m) 6m ago 18m 91.1M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:47:02.927 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (17m) 90s ago 17m 92.8M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:47:02.927 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 6m ago 54m - - 2023-11-17T06:47:02.928 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 90s ago 52m - - 2023-11-17T06:47:02.928 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (77m) 6m ago 77m 3397M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:47:02.928 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (76m) 6m ago 76m 3718M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:47:02.928 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (76m) 6m ago 76m 2576M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:47:02.928 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (76m) 6m ago 76m 3741M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:47:02.928 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (75m) 90s ago 75m 3191M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:47:02.928 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (74m) 90s ago 74m 3862M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:47:02.928 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (74m) 90s ago 74m 3483M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:47:02.929 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (74m) 90s ago 74m 5116M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:47:02.929 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (18m) 90s ago 18m 65.0M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:47:03.241 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:47:03.241 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:47:03.242 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:47:03.242 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:47:03.242 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:47:03.242 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:47:03.242 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:47:03.243 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:47:03.243 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:47:03.243 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:47:03.243 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:47:03.243 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:47:03.243 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:47:03.244 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:47:03.244 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:47:03.244 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:47:03.244 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:47:03.244 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:47:03.508 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:47:03.508 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:47:03.508 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:47:03.508 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:47:03.508 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:47:03.508 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:47:03.509 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:47:03.509 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:47:03.509 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "Currently upgrading mgr daemons", 2023-11-17T06:47:03.509 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:47:03.509 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:47:33.804 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:47:54.869 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:47:54.869 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (12m) 2m ago 18m 26.2M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:47:54.869 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (78m) 7m ago 78m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:47:54.869 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (78m) 2m ago 78m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:47:54.869 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (18m) 7m ago 77m 40.6M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:47:54.869 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (63m) 7m ago 63m 27.1M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:47:54.869 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (63m) 2m ago 63m 39.2M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:47:54.873 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (12m) 7m ago 85m 431M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:47:54.948 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 *:8443,9283 running (2m) 2m ago 77m 43.0M - 16.2.14-171-ged3c8e92 6be2081e30e3 d2a475387252 2023-11-17T06:47:54.948 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (85m) 7m ago 85m 813M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:47:54.948 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (83m) 2m ago 83m 431M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:47:54.948 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (18m) 7m ago 18m 91.1M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:47:54.948 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (18m) 2m ago 18m 92.8M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:47:54.948 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 7m ago 55m - - 2023-11-17T06:47:54.948 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 2m ago 53m - - 2023-11-17T06:47:54.948 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (78m) 7m ago 78m 3397M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:47:54.948 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (77m) 7m ago 77m 3718M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:47:54.951 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (76m) 7m ago 76m 2576M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:47:54.951 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (76m) 7m ago 76m 3741M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:47:54.951 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (75m) 2m ago 75m 3191M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:47:54.951 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (75m) 2m ago 75m 3862M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:47:54.951 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (75m) 2m ago 75m 3483M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:47:54.951 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (74m) 2m ago 74m 5116M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:47:54.951 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (18m) 2m ago 18m 65.0M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:47:54.951 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:47:54.952 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:47:54.952 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:47:54.952 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:47:54.952 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:47:54.952 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:47:54.952 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:47:54.952 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:47:54.952 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:47:54.952 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:47:54.952 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:47:54.952 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:47:54.952 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:47:54.952 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:47:54.953 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:47:54.953 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:47:54.953 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:47:54.953 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:47:54.953 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:47:54.953 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:47:54.953 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:47:54.953 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:47:54.979 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:47:54.979 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:47:54.979 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:47:54.979 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:47:54.979 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "Currently upgrading mgr daemons", 2023-11-17T06:47:54.979 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:47:54.980 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:48:05.224 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:48:05.758 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:48:05.758 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (13m) 2m ago 19m 26.2M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:48:05.759 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (78m) 7m ago 78m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:48:05.759 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (78m) 2m ago 78m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:48:05.759 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (18m) 7m ago 78m 40.6M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:48:05.759 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (63m) 7m ago 63m 27.1M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:48:05.759 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (63m) 2m ago 63m 39.2M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:48:05.759 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (13m) 7m ago 85m 431M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:48:05.759 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 *:8443,9283 running (2m) 2m ago 78m 43.0M - 16.2.14-171-ged3c8e92 6be2081e30e3 d2a475387252 2023-11-17T06:48:05.759 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (85m) 7m ago 85m 813M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:48:05.759 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (83m) 2m ago 83m 431M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:48:05.759 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (19m) 7m ago 19m 91.1M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:48:05.759 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (19m) 2m ago 19m 92.8M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:48:05.759 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 7m ago 56m - - 2023-11-17T06:48:05.760 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 2m ago 54m - - 2023-11-17T06:48:05.760 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (78m) 7m ago 78m 3397M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:48:05.760 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (77m) 7m ago 77m 3718M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:48:05.760 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (77m) 7m ago 77m 2576M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:48:05.760 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (77m) 7m ago 77m 3741M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:48:05.760 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (76m) 2m ago 76m 3191M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:48:05.760 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (75m) 2m ago 75m 3862M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:48:05.760 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (75m) 2m ago 75m 3483M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:48:05.760 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (75m) 2m ago 75m 5116M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:48:05.760 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (19m) 2m ago 19m 65.0M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:48:06.083 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:48:06.083 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:48:06.084 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:48:06.084 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:48:06.084 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:48:06.084 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:48:06.084 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:48:06.084 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:48:06.084 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:48:06.084 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:48:06.084 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:48:06.084 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:48:06.085 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:48:06.085 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:48:06.085 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:48:06.085 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:48:06.085 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:48:06.085 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:48:06.355 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:48:06.355 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:48:06.355 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:48:06.355 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:48:06.355 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:48:06.355 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:48:06.356 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:48:06.356 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:48:06.356 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "Currently upgrading mgr daemons", 2023-11-17T06:48:06.356 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:48:06.356 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:48:36.650 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:48:37.184 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:48:37.184 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (13m) 3m ago 19m 26.2M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:48:37.184 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (79m) 8m ago 79m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:48:37.184 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (79m) 3m ago 79m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:48:37.184 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (19m) 8m ago 78m 40.6M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:48:37.184 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (64m) 8m ago 64m 27.1M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:48:37.184 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (64m) 3m ago 64m 39.2M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:48:37.184 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (13m) 8m ago 86m 431M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:48:37.184 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 *:8443,9283 running (3m) 3m ago 78m 43.0M - 16.2.14-171-ged3c8e92 6be2081e30e3 d2a475387252 2023-11-17T06:48:37.185 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (86m) 8m ago 86m 813M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:48:37.185 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (84m) 3m ago 84m 431M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:48:37.185 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (19m) 8m ago 19m 91.1M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:48:37.185 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (19m) 3m ago 19m 92.8M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:48:37.185 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 8m ago 56m - - 2023-11-17T06:48:37.185 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 3m ago 54m - - 2023-11-17T06:48:37.185 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (79m) 8m ago 79m 3397M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:48:37.185 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (78m) 8m ago 78m 3718M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:48:37.185 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (77m) 8m ago 77m 2576M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:48:37.185 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (77m) 8m ago 77m 3741M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:48:37.185 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (76m) 3m ago 76m 3191M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:48:37.185 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (76m) 3m ago 76m 3862M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:48:37.186 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (76m) 3m ago 76m 3483M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:48:37.186 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (76m) 3m ago 76m 5116M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:48:37.186 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (19m) 3m ago 19m 65.0M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:48:37.508 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:48:37.508 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:48:37.508 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:48:37.508 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:48:37.508 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:48:37.508 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:48:37.508 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:48:37.508 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:48:37.509 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:48:37.509 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:48:37.509 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:48:37.509 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:48:37.509 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:48:37.509 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:48:37.509 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:48:37.509 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:48:37.509 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:48:37.509 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:48:37.780 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:48:37.780 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:48:37.780 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:48:37.780 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:48:37.780 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:48:37.780 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:48:37.780 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:48:37.780 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:48:37.780 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "Currently upgrading mgr daemons", 2023-11-17T06:48:37.781 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:48:37.781 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:49:08.068 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:49:08.597 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:49:08.597 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (14m) 3m ago 20m 26.2M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:49:08.598 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (79m) 8m ago 79m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:49:08.598 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (79m) 3m ago 79m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:49:08.599 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (19m) 8m ago 79m 40.6M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:49:08.600 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (64m) 8m ago 64m 27.1M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:49:08.600 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (64m) 3m ago 64m 39.2M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:49:08.600 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (14m) 8m ago 86m 431M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:49:08.601 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 *:8443,9283 running (3m) 3m ago 79m 43.0M - 16.2.14-171-ged3c8e92 6be2081e30e3 d2a475387252 2023-11-17T06:49:08.601 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (86m) 8m ago 86m 813M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:49:08.602 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (84m) 3m ago 84m 431M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:49:08.602 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (20m) 8m ago 20m 91.1M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:49:08.602 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (20m) 3m ago 20m 92.8M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:49:08.603 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 8m ago 57m - - 2023-11-17T06:49:08.603 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 3m ago 55m - - 2023-11-17T06:49:08.604 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (79m) 8m ago 79m 3397M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:49:08.604 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (78m) 8m ago 78m 3718M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:49:08.604 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (78m) 8m ago 78m 2576M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:49:08.605 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (78m) 8m ago 78m 3741M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:49:08.605 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (77m) 3m ago 77m 3191M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:49:08.606 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (76m) 3m ago 76m 3862M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:49:08.606 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (76m) 3m ago 76m 3483M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:49:08.607 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (76m) 3m ago 76m 5116M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:49:08.607 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (20m) 3m ago 20m 65.0M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:49:08.917 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:49:08.917 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:49:08.917 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:49:08.917 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:49:08.918 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:49:08.918 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:49:08.918 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:49:08.918 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:49:08.918 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:49:08.918 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:49:08.919 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:49:08.919 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:49:08.919 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:49:08.919 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:49:08.919 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:49:08.919 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:49:08.920 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:49:08.920 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:49:09.186 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:49:09.186 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:49:09.186 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:49:09.186 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:49:09.187 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:49:09.187 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:49:09.187 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:49:09.187 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:49:09.187 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "Currently upgrading mgr daemons", 2023-11-17T06:49:09.187 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:49:09.187 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:49:39.478 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:49:40.012 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:49:40.013 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (14m) 4m ago 20m 26.2M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:49:40.013 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (80m) 9m ago 80m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:49:40.013 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (80m) 4m ago 80m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:49:40.013 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (20m) 9m ago 79m 40.6M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:49:40.013 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (65m) 9m ago 65m 27.1M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:49:40.013 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (65m) 4m ago 65m 39.2M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:49:40.013 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (14m) 9m ago 87m 431M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:49:40.013 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 *:8443,9283 running (4m) 4m ago 79m 43.0M - 16.2.14-171-ged3c8e92 6be2081e30e3 d2a475387252 2023-11-17T06:49:40.013 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (87m) 9m ago 87m 813M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:49:40.013 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (85m) 4m ago 85m 431M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:49:40.013 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (20m) 9m ago 20m 91.1M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:49:40.014 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (20m) 4m ago 20m 92.8M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:49:40.014 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 9m ago 57m - - 2023-11-17T06:49:40.014 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 4m ago 55m - - 2023-11-17T06:49:40.014 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (80m) 9m ago 80m 3397M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:49:40.014 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (79m) 9m ago 79m 3718M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:49:40.014 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (78m) 9m ago 78m 2576M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:49:40.014 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (78m) 9m ago 78m 3741M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:49:40.014 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (77m) 4m ago 77m 3191M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:49:40.014 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (77m) 4m ago 77m 3862M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:49:40.014 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (77m) 4m ago 77m 3483M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:49:40.014 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (77m) 4m ago 77m 5116M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:49:40.014 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (20m) 4m ago 20m 65.0M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:49:40.329 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:49:40.329 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:49:40.330 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:49:40.330 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:49:40.330 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:49:40.330 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:49:40.330 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:49:40.330 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:49:40.331 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:49:40.331 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:49:40.331 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:49:40.331 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:49:40.331 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:49:40.331 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:49:40.331 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:49:40.331 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:49:40.331 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:49:40.331 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:49:40.605 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:49:40.605 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:49:40.605 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:49:40.605 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:49:40.605 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:49:40.605 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:49:40.605 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:49:40.605 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:49:40.605 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "Currently upgrading mgr daemons", 2023-11-17T06:49:40.605 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:49:40.606 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:50:10.899 INFO:teuthology.orchestra.run.smithi173.stdout:true 2023-11-17T06:50:39.696 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:50:39.697 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (15m) 4m ago 21m 26.2M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:50:39.697 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (80m) 9m ago 80m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:50:39.697 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (80m) 4m ago 80m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:50:39.697 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (20m) 9m ago 80m 40.6M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:50:39.697 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (65m) 9m ago 65m 27.1M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:50:39.697 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (65m) 4m ago 65m 39.2M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:50:39.697 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (15m) 9m ago 87m 431M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:50:39.697 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 *:8443,9283 running (4m) 4m ago 80m 43.0M - 16.2.14-171-ged3c8e92 6be2081e30e3 d2a475387252 2023-11-17T06:50:39.697 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (87m) 9m ago 87m 813M 2048M 15.2.13 2cf504fded39 1c45aaa082e4 2023-11-17T06:50:39.697 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (85m) 4m ago 85m 431M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:50:39.697 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (21m) 9m ago 21m 91.1M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:50:39.697 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (21m) 4m ago 21m 92.8M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:50:39.698 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 9m ago 58m - - 2023-11-17T06:50:39.698 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 4m ago 56m - - 2023-11-17T06:50:39.698 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (80m) 9m ago 80m 3397M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:50:39.698 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (79m) 9m ago 79m 3718M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:50:39.698 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (79m) 9m ago 79m 2576M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:50:39.698 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (79m) 9m ago 79m 3741M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:50:39.698 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (78m) 4m ago 78m 3191M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:50:39.698 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (78m) 4m ago 78m 3862M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:50:39.698 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (77m) 4m ago 77m 3483M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:50:39.698 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (77m) 4m ago 77m 5116M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:50:39.698 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (21m) 4m ago 21m 65.0M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:50:39.698 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:50:39.698 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:50:39.698 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:50:39.699 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:50:39.699 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:50:39.699 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:50:39.699 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:50:39.699 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:50:39.699 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:50:39.699 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:50:39.699 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:50:39.699 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:50:39.699 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:50:39.699 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:50:39.699 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-11-17T06:50:39.699 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:50:39.700 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:50:39.700 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:50:39.700 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:50:39.700 INFO:teuthology.orchestra.run.smithi173.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c", 2023-11-17T06:50:39.700 INFO:teuthology.orchestra.run.smithi173.stdout: "in_progress": true, 2023-11-17T06:50:39.700 INFO:teuthology.orchestra.run.smithi173.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-17T06:50:39.700 INFO:teuthology.orchestra.run.smithi173.stdout: "services_complete": [ 2023-11-17T06:50:39.700 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr" 2023-11-17T06:50:39.700 INFO:teuthology.orchestra.run.smithi173.stdout: ], 2023-11-17T06:50:39.700 INFO:teuthology.orchestra.run.smithi173.stdout: "progress": "2/23 daemons upgraded", 2023-11-17T06:50:39.700 INFO:teuthology.orchestra.run.smithi173.stdout: "message": "Currently upgrading mgr daemons", 2023-11-17T06:50:39.700 INFO:teuthology.orchestra.run.smithi173.stdout: "is_paused": false 2023-11-17T06:50:39.700 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:50:39.703 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:32 smithi173 systemd[1]: Stopping Ceph mon.smithi173 for 39a17d88-8509-11ee-8dbe-212e2dc638e7... 2023-11-17T06:50:39.703 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:32 smithi173 bash[199975]: ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon.smithi173 2023-11-17T06:50:39.703 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 systemd[1]: ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@mon.smithi173.service: Succeeded. 2023-11-17T06:50:39.703 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 systemd[1]: Stopped Ceph mon.smithi173 for 39a17d88-8509-11ee-8dbe-212e2dc638e7. 2023-11-17T06:50:39.703 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 systemd[1]: Starting Ceph mon.smithi173 for 39a17d88-8509-11ee-8dbe-212e2dc638e7... 2023-11-17T06:50:39.703 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 bash[200165]: f37e315de9390ccfffa4522ae9e0b5b41e580f20b3f280869a20f76e7c857662 2023-11-17T06:50:39.703 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.772+0000 7f95ee48e880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-17T06:50:39.703 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.772+0000 7f95ee48e880 0 ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable), process ceph-mon, pid 1 2023-11-17T06:50:39.703 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.772+0000 7f95ee48e880 0 pidfile_write: ignore empty --pid-file 2023-11-17T06:50:39.703 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 systemd[1]: Started Ceph mon.smithi173 for 39a17d88-8509-11ee-8dbe-212e2dc638e7. 2023-11-17T06:50:39.703 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.777+0000 7f95ee48e880 0 load: jerasure load: lrc load: isa 2023-11-17T06:50:39.703 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: RocksDB version: 6.8.1 2023-11-17T06:50:39.704 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.711 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-17T06:50:39.711 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Compile date Nov 14 2023 2023-11-17T06:50:39.711 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: DB SUMMARY 2023-11-17T06:50:39.767 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.767 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: CURRENT file: CURRENT 2023-11-17T06:50:39.767 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.767 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-17T06:50:39.767 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.767 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 7711 Bytes 2023-11-17T06:50:39.767 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.769 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi173/store.db dir, Total Num: 1, files: 000168.sst 2023-11-17T06:50:39.769 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.769 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi173/store.db: 000166.log size: 9525049 ; 2023-11-17T06:50:39.769 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.769 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.error_if_exists: 0 2023-11-17T06:50:39.769 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.create_if_missing: 0 2023-11-17T06:50:39.769 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.paranoid_checks: 1 2023-11-17T06:50:39.769 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.env: 0x5632bfafe080 2023-11-17T06:50:39.769 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.fs: Posix File System 2023-11-17T06:50:39.770 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.info_log: 0x5632c1aca5c0 2023-11-17T06:50:39.770 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-17T06:50:39.770 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.statistics: (nil) 2023-11-17T06:50:39.770 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.use_fsync: 0 2023-11-17T06:50:39.770 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_log_file_size: 0 2023-11-17T06:50:39.770 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-17T06:50:39.770 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-17T06:50:39.770 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-17T06:50:39.770 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-17T06:50:39.770 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.allow_fallocate: 1 2023-11-17T06:50:39.770 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-17T06:50:39.770 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.use_direct_reads: 0 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.db_log_dir: 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi173/store.db 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_subcompactions: 1 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_background_flushes: -1 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-17T06:50:39.809 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-17T06:50:39.809 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-17T06:50:39.809 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-17T06:50:39.809 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.write_buffer_manager: 0x5632c27bc420 2023-11-17T06:50:39.809 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-17T06:50:39.809 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-17T06:50:39.809 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-17T06:50:39.809 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-17T06:50:39.809 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-17T06:50:39.809 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-17T06:50:39.809 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-17T06:50:39.809 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-17T06:50:39.810 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-17T06:50:39.810 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.unordered_write: 0 2023-11-17T06:50:39.810 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-17T06:50:39.810 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-17T06:50:39.810 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-17T06:50:39.810 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-17T06:50:39.810 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.row_cache: None 2023-11-17T06:50:39.810 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.wal_filter: None 2023-11-17T06:50:39.810 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-17T06:50:39.810 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-17T06:50:39.810 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.preserve_deletes: 0 2023-11-17T06:50:39.810 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.two_write_queues: 0 2023-11-17T06:50:39.811 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-17T06:50:39.811 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.atomic_flush: 0 2023-11-17T06:50:39.811 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-17T06:50:39.811 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-17T06:50:39.811 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-17T06:50:39.811 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.log_readahead_size: 0 2023-11-17T06:50:39.811 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-17T06:50:39.811 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_background_jobs: 2 2023-11-17T06:50:39.811 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_background_compactions: -1 2023-11-17T06:50:39.811 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-17T06:50:39.811 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-17T06:50:39.811 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-17T06:50:39.811 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-17T06:50:39.812 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-17T06:50:39.812 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-17T06:50:39.812 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-17T06:50:39.812 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-17T06:50:39.812 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_open_files: -1 2023-11-17T06:50:39.812 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-17T06:50:39.812 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-17T06:50:39.812 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-17T06:50:39.812 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-17T06:50:39.812 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Compression algorithms supported: 2023-11-17T06:50:39.812 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-17T06:50:39.812 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: kZSTD supported: 0 2023-11-17T06:50:39.812 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: kXpressCompression supported: 0 2023-11-17T06:50:39.812 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-17T06:50:39.813 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: kLZ4Compression supported: 1 2023-11-17T06:50:39.813 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: kBZip2Compression supported: 0 2023-11-17T06:50:39.813 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: kZlibCompression supported: 1 2023-11-17T06:50:39.813 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: kSnappyCompression supported: 1 2023-11-17T06:50:39.813 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-17T06:50:39.813 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi173/store.db/MANIFEST-000008 2023-11-17T06:50:39.813 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.813 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-17T06:50:39.813 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.813 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-17T06:50:39.813 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.merge_operator: 2023-11-17T06:50:39.813 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.compaction_filter: None 2023-11-17T06:50:39.813 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-17T06:50:39.814 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-17T06:50:39.814 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-17T06:50:39.814 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5632c1a6fd30) 2023-11-17T06:50:39.814 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cache_index_and_filter_blocks: 1 2023-11-17T06:50:39.814 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-17T06:50:39.814 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-17T06:50:39.814 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: pin_top_level_index_and_filter: 1 2023-11-17T06:50:39.814 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: index_type: 0 2023-11-17T06:50:39.814 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: data_block_index_type: 0 2023-11-17T06:50:39.814 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: index_shortening: 1 2023-11-17T06:50:39.814 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: data_block_hash_table_util_ratio: 0.750000 2023-11-17T06:50:39.814 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: hash_index_allow_collision: 1 2023-11-17T06:50:39.814 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: checksum: 1 2023-11-17T06:50:39.815 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: no_block_cache: 0 2023-11-17T06:50:39.815 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: block_cache: 0x5632c1aa4f10 2023-11-17T06:50:39.815 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: block_cache_name: BinnedLRUCache 2023-11-17T06:50:39.815 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: block_cache_options: 2023-11-17T06:50:39.815 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: capacity : 536870912 2023-11-17T06:50:39.815 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: num_shard_bits : 4 2023-11-17T06:50:39.815 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: strict_capacity_limit : 0 2023-11-17T06:50:39.815 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: high_pri_pool_ratio: 0.000 2023-11-17T06:50:39.815 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: block_cache_compressed: (nil) 2023-11-17T06:50:39.815 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: persistent_cache: (nil) 2023-11-17T06:50:39.815 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: block_size: 4096 2023-11-17T06:50:39.815 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: block_size_deviation: 10 2023-11-17T06:50:39.815 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: block_restart_interval: 16 2023-11-17T06:50:39.816 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: index_block_restart_interval: 1 2023-11-17T06:50:39.816 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: metadata_block_size: 4096 2023-11-17T06:50:39.816 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: partition_filters: 0 2023-11-17T06:50:39.816 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: use_delta_encoding: 1 2023-11-17T06:50:39.816 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-17T06:50:39.816 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: whole_key_filtering: 1 2023-11-17T06:50:39.816 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: verify_compression: 0 2023-11-17T06:50:39.816 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: read_amp_bytes_per_bit: 0 2023-11-17T06:50:39.816 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: format_version: 2 2023-11-17T06:50:39.816 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: enable_index_compression: 1 2023-11-17T06:50:39.816 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: block_align: 0 2023-11-17T06:50:39.816 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.816 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-17T06:50:39.816 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-17T06:50:39.817 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.compression: NoCompression 2023-11-17T06:50:39.817 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-17T06:50:39.817 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-17T06:50:39.817 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-17T06:50:39.817 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.num_levels: 7 2023-11-17T06:50:39.817 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-17T06:50:39.817 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-17T06:50:39.817 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-17T06:50:39.817 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-17T06:50:39.817 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-17T06:50:39.817 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-17T06:50:39.817 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-17T06:50:39.817 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-17T06:50:39.818 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-17T06:50:39.818 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-17T06:50:39.818 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-17T06:50:39.818 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-17T06:50:39.818 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-17T06:50:39.818 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-17T06:50:39.818 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-17T06:50:39.818 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-17T06:50:39.818 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-17T06:50:39.818 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-17T06:50:39.818 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-17T06:50:39.818 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-17T06:50:39.819 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-17T06:50:39.819 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-17T06:50:39.819 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-17T06:50:39.819 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-17T06:50:39.819 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-17T06:50:39.819 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-17T06:50:39.819 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-17T06:50:39.819 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-17T06:50:39.819 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-17T06:50:39.819 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-17T06:50:39.819 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-17T06:50:39.819 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-17T06:50:39.819 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-17T06:50:39.820 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-17T06:50:39.820 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-17T06:50:39.820 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-17T06:50:39.820 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-17T06:50:39.820 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-17T06:50:39.820 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-17T06:50:39.820 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-17T06:50:39.820 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-17T06:50:39.820 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-17T06:50:39.820 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-17T06:50:39.821 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-17T06:50:39.821 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-17T06:50:39.821 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-17T06:50:39.821 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-17T06:50:39.821 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.table_properties_collectors: 2023-11-17T06:50:39.821 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.inplace_update_support: 0 2023-11-17T06:50:39.821 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-17T06:50:39.821 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-17T06:50:39.821 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-17T06:50:39.821 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-17T06:50:39.821 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.bloom_locality: 0 2023-11-17T06:50:39.821 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.max_successive_merges: 0 2023-11-17T06:50:39.821 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-17T06:50:39.822 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-17T06:50:39.822 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-17T06:50:39.822 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-17T06:50:39.822 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.ttl: 2592000 2023-11-17T06:50:39.822 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.778+0000 7f95ee48e880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-17T06:50:39.822 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.779+0000 7f95ee48e880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi173/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 170, last_sequence is 71411, log_number is 166,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-17T06:50:39.822 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.822 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.779+0000 7f95ee48e880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 166 2023-11-17T06:50:39.822 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.822 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.779+0000 7f95ee48e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700203833780858, "job": 1, "event": "recovery_started", "log_files": [166]} 2023-11-17T06:50:39.822 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.779+0000 7f95ee48e880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #166 mode 2 2023-11-17T06:50:39.822 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.786+0000 7f95ee48e880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-17T06:50:39.823 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.800+0000 7f95ee48e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700203833801741, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 170, "file_size": 9498760, "table_properties": {"data_size": 9488776, "index_size": 8200, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 965, "raw_key_size": 7417, "raw_average_key_size": 20, "raw_value_size": 9477628, "raw_average_value_size": 26109, "num_data_blocks": 251, "num_entries": 363, "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": 1700203833, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-17T06:50:39.823 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.800+0000 7f95ee48e880 4 rocksdb: [version_set.cc:3826] Creating manifest 171 2023-11-17T06:50:39.823 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.823 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.802+0000 7f95ee48e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700203833803841, "job": 1, "event": "recovery_finished"} 2023-11-17T06:50:39.823 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.804+0000 7f95ee48e880 4 rocksdb: DB pointer 0x5632c1b6d800 2023-11-17T06:50:39.823 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.804+0000 7f95d5294700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-17T06:50:39.823 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.804+0000 7f95d5294700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-17T06:50:39.823 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: ** DB Stats ** 2023-11-17T06:50:39.823 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T06:50:39.823 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-17T06:50:39.823 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-17T06:50:39.823 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-17T06:50:39.823 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-17T06:50:39.824 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-17T06:50:39.824 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-17T06:50:39.824 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.824 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: ** Compaction Stats [default] ** 2023-11-17T06:50:39.824 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T06:50:39.824 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T06:50:39.824 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: L0 1/0 9.06 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 648.2 0.01 0.00 1 0.014 0 0 2023-11-17T06:50:39.824 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: L6 1/0 46.38 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T06:50:39.844 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Sum 2/0 55.44 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 648.2 0.01 0.00 1 0.014 0 0 2023-11-17T06:50:39.844 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 648.2 0.01 0.00 1 0.014 0 0 2023-11-17T06:50:39.844 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.844 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: ** Compaction Stats [default] ** 2023-11-17T06:50:39.844 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T06:50:39.844 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T06:50:39.844 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 648.2 0.01 0.00 1 0.014 0 0 2023-11-17T06:50:39.844 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T06:50:39.844 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Flush(GB): cumulative 0.009, interval 0.009 2023-11-17T06:50:39.845 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-17T06:50:39.845 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: AddFile(Total Files): cumulative 0, interval 0 2023-11-17T06:50:39.845 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-17T06:50:39.845 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: AddFile(Keys): cumulative 0, interval 0 2023-11-17T06:50:39.845 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Cumulative compaction: 0.01 GB write, 346.88 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T06:50:39.845 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Interval compaction: 0.01 GB write, 346.88 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T06:50:39.845 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-17T06:50:39.845 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.845 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: ** File Read Latency Histogram By Level [default] ** 2023-11-17T06:50:39.845 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.845 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: ** Compaction Stats [default] ** 2023-11-17T06:50:39.845 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T06:50:39.846 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T06:50:39.846 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: L0 1/0 9.06 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 648.2 0.01 0.00 1 0.014 0 0 2023-11-17T06:50:39.846 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: L6 1/0 46.38 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T06:50:39.846 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Sum 2/0 55.44 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 648.2 0.01 0.00 1 0.014 0 0 2023-11-17T06:50:39.846 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T06:50:39.846 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.846 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: ** Compaction Stats [default] ** 2023-11-17T06:50:39.846 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T06:50:39.846 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T06:50:39.846 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 648.2 0.01 0.00 1 0.014 0 0 2023-11-17T06:50:39.846 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T06:50:39.846 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Flush(GB): cumulative 0.009, interval 0.000 2023-11-17T06:50:39.846 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-17T06:50:39.847 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: AddFile(Total Files): cumulative 0, interval 0 2023-11-17T06:50:39.847 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-17T06:50:39.847 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: AddFile(Keys): cumulative 0, interval 0 2023-11-17T06:50:39.847 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Cumulative compaction: 0.01 GB write, 346.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T06:50:39.847 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T06:50:39.847 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-17T06:50:39.847 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.847 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: ** File Read Latency Histogram By Level [default] ** 2023-11-17T06:50:39.847 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.847 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.805+0000 7f95ee48e880 0 starting mon.smithi173 rank 0 at public addrs [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] at bind addrs [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi173 fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 2023-11-17T06:50:39.847 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.806+0000 7f95ee48e880 1 mon.smithi173@-1(???) e2 preinit fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 2023-11-17T06:50:39.847 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.807+0000 7f95ee48e880 0 mon.smithi173@-1(???).mds e7 new map 2023-11-17T06:50:39.847 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.807+0000 7f95ee48e880 0 mon.smithi173@-1(???).mds e7 print_map 2023-11-17T06:50:39.848 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: e7 2023-11-17T06:50:39.848 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: enable_multiple, ever_enabled_multiple: 0,0 2023-11-17T06:50:39.848 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-17T06:50:39.848 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: legacy client fscid: 1 2023-11-17T06:50:39.848 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.848 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Filesystem 'foofs' (1) 2023-11-17T06:50:39.848 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: fs_name foofs 2023-11-17T06:50:39.848 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: epoch 4 2023-11-17T06:50:39.848 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: flags 12 2023-11-17T06:50:39.848 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: created 2023-11-17T05:34:25.292023+0000 2023-11-17T06:50:39.848 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: modified 2023-11-17T05:44:31.426347+0000 2023-11-17T06:50:39.848 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: tableserver 0 2023-11-17T06:50:39.848 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: root 0 2023-11-17T06:50:39.849 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: session_timeout 60 2023-11-17T06:50:39.849 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: session_autoclose 300 2023-11-17T06:50:39.849 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: max_file_size 1099511627776 2023-11-17T06:50:39.849 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: required_client_features {} 2023-11-17T06:50:39.849 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: last_failure 0 2023-11-17T06:50:39.849 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: last_failure_osd_epoch 0 2023-11-17T06:50:39.849 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: compat compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-17T06:50:39.849 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: max_mds 1 2023-11-17T06:50:39.849 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: in 0 2023-11-17T06:50:39.849 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: up {0=24659} 2023-11-17T06:50:39.849 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: failed 2023-11-17T06:50:39.849 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: damaged 2023-11-17T06:50:39.849 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: stopped 2023-11-17T06:50:39.849 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: data_pools [3] 2023-11-17T06:50:39.850 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: metadata_pool 2 2023-11-17T06:50:39.850 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: inline_data disabled 2023-11-17T06:50:39.850 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: balancer 2023-11-17T06:50:39.850 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: standby_count_wanted 1 2023-11-17T06:50:39.850 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: [mds.foofs.smithi203.vvwhzy{0:24659} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.203:6832/1129205256,v1:172.21.15.203:6833/1129205256] compat {c=[1],r=[1],i=[7ff]}] 2023-11-17T06:50:39.850 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.850 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.850 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Standby daemons: 2023-11-17T06:50:39.850 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.850 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: [mds.foofs.smithi173.piawpr{-1:15086} state up:standby seq 2 join_fscid=1 addr [v2:172.21.15.173:6834/457815119,v1:172.21.15.173:6835/457815119] compat {c=[1],r=[1],i=[7ff]}] 2023-11-17T06:50:39.850 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.850 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.807+0000 7f95ee48e880 0 mon.smithi173@-1(???).osd e63 crush map has features 3314933000852226048, adjusting msgr requires 2023-11-17T06:50:39.850 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.807+0000 7f95ee48e880 0 mon.smithi173@-1(???).osd e63 crush map has features 288514051259236352, adjusting msgr requires 2023-11-17T06:50:39.851 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.807+0000 7f95ee48e880 0 mon.smithi173@-1(???).osd e63 crush map has features 288514051259236352, adjusting msgr requires 2023-11-17T06:50:39.851 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.807+0000 7f95ee48e880 0 mon.smithi173@-1(???).osd e63 crush map has features 288514051259236352, adjusting msgr requires 2023-11-17T06:50:39.851 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cephadm 2023-11-17T06:50:30.648272+0000 mgr.smithi173.hobuag (mgr.19950) 408 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-node-exporter-smithi203 2023-11-17T06:50:39.851 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: /bin/podman: stderr Error: no such container ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-node-exporter-smithi203 2023-11-17T06:50:39.851 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-node-exporter.smithi203 2023-11-17T06:50:39.851 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: /bin/podman: stderr Error: no such container ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-node-exporter.smithi203 2023-11-17T06:50:39.851 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Reconfig daemon node-exporter.smithi203 ... 2023-11-17T06:50:39.851 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Non-zero exit code 1 from systemctl restart ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203 2023-11-17T06:50:39.851 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: systemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because the control process exited with error code. 2023-11-17T06:50:39.851 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: systemctl: stderr See "systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service" and "journalctl -xe" for details. 2023-11-17T06:50:39.851 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Traceback (most recent call last): 2023-11-17T06:50:39.851 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: File "/var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-11-17T06:50:39.851 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: main() 2023-11-17T06:50:39.851 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: File "/var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-11-17T06:50:39.852 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: r = ctx.func(ctx) 2023-11-17T06:50:39.852 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: File "/var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-11-17T06:50:39.852 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: return func(ctx) 2023-11-17T06:50:39.852 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: File "/var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-11-17T06:50:39.852 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: ports=daemon_ports) 2023-11-17T06:50:39.852 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: File "/var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-11-17T06:50:39.852 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-11-17T06:50:39.852 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: File "/var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-11-17T06:50:39.852 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-11-17T06:50:39.852 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: RuntimeError: Failed command: systemctl restart ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203: Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because the control process exited with error code. 2023-11-17T06:50:39.852 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: See "systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service" and "journalctl -xe" for details. 2023-11-17T06:50:39.852 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Traceback (most recent call last): 2023-11-17T06:50:39.852 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:50:39.853 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: yield (conn, connr) 2023-11-17T06:50:39.853 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:50:39.853 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: code, '\n'.join(err))) 2023-11-17T06:50:39.853 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-node-exporter-smithi203 2023-11-17T06:50:39.853 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: /bin/podman: stderr Error: no such container ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-node-exporter-smithi203 2023-11-17T06:50:39.853 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-node-exporter.smithi203 2023-11-17T06:50:39.853 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: /bin/podman: stderr Error: no such container ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-node-exporter.smithi203 2023-11-17T06:50:39.853 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Reconfig daemon node-exporter.smithi203 ... 2023-11-17T06:50:39.853 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Non-zero exit code 1 from systemctl restart ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203 2023-11-17T06:50:39.853 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: systemctl: stderr Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because the control process exited with error code. 2023-11-17T06:50:39.854 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: systemctl: stderr See "systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service" and "journalctl -xe" for details. 2023-11-17T06:50:39.854 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: Traceback (most recent call last): 2023-11-17T06:50:39.854 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: File "/var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-11-17T06:50:39.854 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: main() 2023-11-17T06:50:39.854 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: File "/var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-11-17T06:50:39.854 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: r = ctx.func(ctx) 2023-11-17T06:50:39.854 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: File "/var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-11-17T06:50:39.854 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: return func(ctx) 2023-11-17T06:50:39.854 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: File "/var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-11-17T06:50:39.854 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: ports=daemon_ports) 2023-11-17T06:50:39.854 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: File "/var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-11-17T06:50:39.854 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-11-17T06:50:39.854 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: File "/var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-11-17T06:50:39.855 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-11-17T06:50:39.855 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: RuntimeError: Failed command: systemctl restart ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203: Job for ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service failed because the control process exited with error code. 2023-11-17T06:50:39.855 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: See "systemctl status ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@node-exporter.smithi203.service" and "journalctl -xe" for details. 2023-11-17T06:50:39.855 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: 2023-11-17T06:50:39.855 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cephadm 2023-11-17T06:50:30.654334+0000 mgr.smithi173.hobuag (mgr.19950) 409 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-11-17T06:50:39.855 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:30.772436+0000 mgr.smithi173.hobuag (mgr.19950) 410 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:50:39.855 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:31.566983+0000 mon.smithi173 (mon.0) 1450 : audit [INF] from='mgr.19950 172.21.15.173:0/2070033162' entity='mgr.smithi173.hobuag' 2023-11-17T06:50:39.855 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:31.567585+0000 mon.smithi173 (mon.0) 1451 : audit [INF] from='mgr.19950 172.21.15.173:0/2070033162' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-17T06:50:39.855 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:31.568069+0000 mon.smithi173 (mon.0) 1452 : audit [DBG] from='mgr.19950 172.21.15.173:0/2070033162' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-17T06:50:39.855 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:31.568572+0000 mon.smithi173 (mon.0) 1453 : audit [DBG] from='mgr.19950 172.21.15.173:0/2070033162' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:39.856 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:31.569353+0000 mon.smithi173 (mon.0) 1454 : audit [DBG] from='mgr.19950 172.21.15.173:0/2070033162' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "mon.smithi173","key": "container_image"}]: dispatch 2023-11-17T06:50:39.856 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:33 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:50:33.808+0000 7f95ee48e880 1 mon.smithi173@-1(???).paxosservice(auth 1..63) refresh upgraded, format 0 -> 3 2023-11-17T06:50:39.856 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:34 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:32.553263+0000 mon.smithi203 (mon.1) 436 : audit [DBG] from='mgr.19950 172.21.15.173:0/2070033162' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "mon metadata", "id": "smithi173"}]: dispatch 2023-11-17T06:50:39.856 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:34 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:32.557934+0000 mon.smithi203 (mon.1) 437 : audit [DBG] from='mgr.19950 172.21.15.173:0/2070033162' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-11-17T06:50:39.856 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:34 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:32.772844+0000 mgr.smithi173.hobuag (mgr.19950) 413 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:50:39.856 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:34 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:34.017254+0000 mon.smithi173 (mon.0) 1 : cluster [INF] mon.smithi173 calling monitor election 2023-11-17T06:50:39.856 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:34 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:34.030379+0000 mon.smithi173 (mon.0) 2 : cluster [INF] mon.smithi173 is new leader, mons smithi173,smithi203 in quorum (ranks 0,1) 2023-11-17T06:50:39.856 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:34 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:34.035348+0000 mon.smithi173 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi173=[v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0],smithi203=[v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0]} removed_ranks: {} 2023-11-17T06:50:39.856 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:34 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:34.035848+0000 mon.smithi173 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi203.vvwhzy=up:active} 1 up:standby 2023-11-17T06:50:39.857 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:34 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:34.035891+0000 mon.smithi173 (mon.0) 5 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-11-17T06:50:39.857 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:34 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:34.036753+0000 mon.smithi173 (mon.0) 6 : cluster [DBG] mgrmap e39: smithi173.hobuag(active, since 10m), standbys: smithi203.rpydvi 2023-11-17T06:50:39.857 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:34 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:34.045323+0000 mon.smithi173 (mon.0) 7 : cluster [DBG] mgrmap e40: smithi173.hobuag(active, since 10m), standbys: smithi203.rpydvi 2023-11-17T06:50:39.857 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:34 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:34.045869+0000 mon.smithi173 (mon.0) 8 : cluster [WRN] Health detail: HEALTH_WARN 2 failed cephadm daemon(s) 2023-11-17T06:50:39.857 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:34 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:34.045885+0000 mon.smithi173 (mon.0) 9 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2023-11-17T06:50:39.857 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:34 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:34.045893+0000 mon.smithi173 (mon.0) 10 : cluster [WRN] daemon node-exporter.smithi173 on smithi173 is in error state 2023-11-17T06:50:39.857 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:34 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:34.045900+0000 mon.smithi173 (mon.0) 11 : cluster [WRN] daemon node-exporter.smithi203 on smithi203 is in error state 2023-11-17T06:50:39.858 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:34 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:34.055475+0000 mon.smithi173 (mon.0) 12 : audit [INF] from='mgr.19950 ' entity='' 2023-11-17T06:50:39.858 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:36 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:35.046930+0000 mon.smithi173 (mon.0) 13 : cluster [DBG] mgrmap e41: smithi173.hobuag(active, since 10m), standbys: smithi203.rpydvi 2023-11-17T06:50:40.101 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:39 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:39.394621+0000 mon.smithi173 (mon.0) 14 : cluster [DBG] Standby manager daemon smithi203.rpydvi restarted 2023-11-17T06:50:40.101 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:39 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:39.394703+0000 mon.smithi173 (mon.0) 15 : cluster [DBG] Standby manager daemon smithi203.rpydvi started 2023-11-17T06:50:40.101 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:39 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:39.396306+0000 mon.smithi203 (mon.1) 438 : audit [DBG] from='mgr.? 172.21.15.203:0/2952142703' entity='mgr.smithi203.rpydvi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi203.rpydvi/crt"}]: dispatch 2023-11-17T06:50:40.101 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:39 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:39.396739+0000 mon.smithi203 (mon.1) 439 : audit [DBG] from='mgr.? 172.21.15.203:0/2952142703' entity='mgr.smithi203.rpydvi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-17T06:50:40.101 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:39 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:39.398602+0000 mon.smithi203 (mon.1) 440 : audit [DBG] from='mgr.? 172.21.15.203:0/2952142703' entity='mgr.smithi203.rpydvi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi203.rpydvi/key"}]: dispatch 2023-11-17T06:50:40.101 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:39 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:39.399563+0000 mon.smithi203 (mon.1) 441 : audit [DBG] from='mgr.? 172.21.15.203:0/2952142703' entity='mgr.smithi203.rpydvi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-17T06:50:40.101 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:39 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:39.413416+0000 mon.smithi173 (mon.0) 16 : cluster [INF] Active manager daemon smithi173.hobuag restarted 2023-11-17T06:50:40.101 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:39 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:39.413798+0000 mon.smithi173 (mon.0) 17 : cluster [INF] Activating manager daemon smithi173.hobuag 2023-11-17T06:50:40.101 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:39 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:39.420785+0000 mon.smithi173 (mon.0) 18 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-11-17T06:50:40.101 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:39 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:39.421106+0000 mon.smithi173 (mon.0) 19 : cluster [DBG] mgrmap e42: smithi173.hobuag(active, starting, since 0.00741417s), standbys: smithi203.rpydvi 2023-11-17T06:50:45.524 INFO:teuthology.orchestra.run.smithi173.stderr:Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2023-11-17T06:50:45.524 INFO:teuthology.orchestra.run.smithi173.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2023-11-17T06:50:45.750 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.423108+0000 mon.smithi173 (mon.0) 20 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "mon metadata", "id": "smithi173"}]: dispatch 2023-11-17T06:50:45.751 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.423305+0000 mon.smithi173 (mon.0) 21 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-11-17T06:50:45.751 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.424040+0000 mon.smithi173 (mon.0) 22 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi173.piawpr"}]: dispatch 2023-11-17T06:50:45.751 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.424319+0000 mon.smithi173 (mon.0) 23 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi203.vvwhzy"}]: dispatch 2023-11-17T06:50:45.751 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.424546+0000 mon.smithi173 (mon.0) 24 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "mgr metadata", "who": "smithi173.hobuag", "id": "smithi173.hobuag"}]: dispatch 2023-11-17T06:50:45.751 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.424726+0000 mon.smithi173 (mon.0) 25 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "mgr metadata", "who": "smithi203.rpydvi", "id": "smithi203.rpydvi"}]: dispatch 2023-11-17T06:50:45.751 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.424915+0000 mon.smithi173 (mon.0) 26 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:50:45.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.425209+0000 mon.smithi173 (mon.0) 27 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:50:45.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.425531+0000 mon.smithi173 (mon.0) 28 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:50:45.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.425853+0000 mon.smithi173 (mon.0) 29 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:50:45.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.426134+0000 mon.smithi173 (mon.0) 30 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:50:45.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.426437+0000 mon.smithi173 (mon.0) 31 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:50:45.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.426711+0000 mon.smithi173 (mon.0) 32 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:50:45.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.426996+0000 mon.smithi173 (mon.0) 33 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:50:45.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.427305+0000 mon.smithi173 (mon.0) 34 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-17T06:50:45.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.427651+0000 mon.smithi173 (mon.0) 35 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-17T06:50:45.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.428198+0000 mon.smithi173 (mon.0) 36 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-17T06:50:45.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.429008+0000 mon.smithi173 (mon.0) 37 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-11-17T06:50:45.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.430041+0000 mon.smithi173 (mon.0) 38 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2023-11-17T06:50:45.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.430423+0000 mon.smithi173 (mon.0) 39 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-11-17T06:50:45.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.430872+0000 mon.smithi173 (mon.0) 40 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-11-17T06:50:45.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.431256+0000 mon.smithi173 (mon.0) 41 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-11-17T06:50:45.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.431639+0000 mon.smithi173 (mon.0) 42 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi173"}]: dispatch 2023-11-17T06:50:45.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.432004+0000 mon.smithi173 (mon.0) 43 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi203"}]: dispatch 2023-11-17T06:50:45.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.432410+0000 mon.smithi173 (mon.0) 44 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-11-17T06:50:45.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.432729+0000 mon.smithi173 (mon.0) 45 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/nfs_migration_queue"}]: dispatch 2023-11-17T06:50:45.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.433056+0000 mon.smithi173 (mon.0) 46 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-11-17T06:50:45.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.433394+0000 mon.smithi173 (mon.0) 47 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi173/grafana_crt"}]: dispatch 2023-11-17T06:50:45.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.433721+0000 mon.smithi173 (mon.0) 48 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi173/grafana_key"}]: dispatch 2023-11-17T06:50:45.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.434030+0000 mon.smithi173 (mon.0) 49 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-11-17T06:50:45.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.434349+0000 mon.smithi173 (mon.0) 50 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.crash"}]: dispatch 2023-11-17T06:50:45.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.434664+0000 mon.smithi173 (mon.0) 51 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-11-17T06:50:45.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.434996+0000 mon.smithi173 (mon.0) 52 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mds.foofs"}]: dispatch 2023-11-17T06:50:45.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.435300+0000 mon.smithi173 (mon.0) 53 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-11-17T06:50:45.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.435603+0000 mon.smithi173 (mon.0) 54 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mon"}]: dispatch 2023-11-17T06:50:45.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.435897+0000 mon.smithi173 (mon.0) 55 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.nfs.foo"}]: dispatch 2023-11-17T06:50:45.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.436198+0000 mon.smithi173 (mon.0) 56 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-11-17T06:50:45.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.436523+0000 mon.smithi173 (mon.0) 57 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-11-17T06:50:45.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.436844+0000 mon.smithi173 (mon.0) 58 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-11-17T06:50:45.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.437203+0000 mon.smithi173 (mon.0) 59 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-11-17T06:50:45.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.437529+0000 mon.smithi173 (mon.0) 60 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2023-11-17T06:50:45.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.437836+0000 mon.smithi173 (mon.0) 61 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-11-17T06:50:45.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.438134+0000 mon.smithi173 (mon.0) 62 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-11-17T06:50:45.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.438458+0000 mon.smithi173 (mon.0) 63 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-17T06:50:45.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.438775+0000 mon.smithi173 (mon.0) 64 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-17T06:50:45.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.439069+0000 mon.smithi173 (mon.0) 65 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-11-17T06:50:45.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.439375+0000 mon.smithi173 (mon.0) 66 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-11-17T06:50:45.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.439684+0000 mon.smithi173 (mon.0) 67 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/prometheus/health_history"}]: dispatch 2023-11-17T06:50:45.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.439975+0000 mon.smithi173 (mon.0) 68 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-11-17T06:50:45.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.440264+0000 mon.smithi173 (mon.0) 69 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-11-17T06:50:45.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:45.461926+0000 mon.smithi173 (mon.0) 70 : cluster [INF] Manager daemon smithi173.hobuag is now available 2023-11-17T06:50:45.873 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -e sha1=ed3c8e926b9de93026c8a7c1d86be5d6821b52ac -- bash -c 'ceph orch ps' 2023-11-17T06:50:46.787 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:46 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:45.519424+0000 mon.smithi173 (mon.0) 71 : cluster [DBG] mgrmap e43: smithi173.hobuag(active, since 6s), standbys: smithi203.rpydvi 2023-11-17T06:50:46.788 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:46 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.519887+0000 mgr.smithi173.hobuag (mgr.34104) 1 : audit [DBG] from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:50:46.788 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:46 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:45.529533+0000 mgr.smithi173.hobuag (mgr.34104) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:50:46.788 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:46 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.581871+0000 mon.smithi173 (mon.0) 72 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:50:46.788 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:46 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.583832+0000 mon.smithi173 (mon.0) 73 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:50:46.788 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:46 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.635559+0000 mon.smithi173 (mon.0) 74 : audit [INF] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi173.hobuag/mirror_snapshot_schedule"}]: dispatch 2023-11-17T06:50:46.788 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:46 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:45.646850+0000 mon.smithi173 (mon.0) 75 : audit [INF] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi173.hobuag/trash_purge_schedule"}]: dispatch 2023-11-17T06:50:46.788 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:46 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:46.126140+0000 mon.smithi173 (mon.0) 76 : audit [INF] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' 2023-11-17T06:50:46.788 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:46 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:46.127171+0000 mon.smithi173 (mon.0) 77 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-11-17T06:50:46.788 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:46 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:46.191065+0000 mon.smithi173 (mon.0) 78 : audit [INF] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' 2023-11-17T06:50:46.788 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:46 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:46.191854+0000 mon.smithi173 (mon.0) 79 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-11-17T06:50:47.124 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:50:47.125 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (15m) 5m ago 21m 26.2M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:50:47.125 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (81m) 10m ago 81m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:50:47.125 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (81m) 5m ago 81m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:50:47.125 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (21m) 10m ago 81m 40.6M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:50:47.125 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (66m) 10m ago 66m 27.1M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:50:47.125 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (66m) 5m ago 66m 39.2M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:50:47.125 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (15m) 10m ago 88m 431M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:50:47.125 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 *:8443,9283 running (5m) 5m ago 81m 43.0M - 16.2.14-171-ged3c8e92 6be2081e30e3 d2a475387252 2023-11-17T06:50:47.125 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 starting - - - 2048M 2023-11-17T06:50:47.125 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (86m) 5m ago 86m 431M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:50:47.125 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (21m) 10m ago 21m 91.1M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:50:47.125 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (21m) 5m ago 21m 92.8M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:50:47.126 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 10m ago 58m - - 2023-11-17T06:50:47.126 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 5m ago 56m - - 2023-11-17T06:50:47.126 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (81m) 10m ago 81m 3397M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:50:47.126 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (80m) 10m ago 80m 3718M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:50:47.126 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (80m) 10m ago 80m 2576M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:50:47.126 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (79m) 10m ago 79m 3741M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:50:47.126 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (78m) 5m ago 78m 3191M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:50:47.126 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (78m) 5m ago 78m 3862M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:50:47.126 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (78m) 5m ago 78m 3483M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:50:47.126 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (78m) 5m ago 78m 5116M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:50:47.126 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (21m) 5m ago 21m 65.0M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:50:47.465 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -e sha1=ed3c8e926b9de93026c8a7c1d86be5d6821b52ac -- bash -c 'ceph versions' 2023-11-17T06:50:47.666 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:47 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:46.515996+0000 mon.smithi173 (mon.0) 80 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 2 failed cephadm daemon(s)) 2023-11-17T06:50:47.666 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:47 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:46.516022+0000 mon.smithi173 (mon.0) 81 : cluster [INF] Cluster is now healthy 2023-11-17T06:50:47.666 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:47 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:47.114118+0000 mon.smithi173 (mon.0) 82 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "mon.smithi173","key": "mon_memory_target"}]: dispatch 2023-11-17T06:50:47.666 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:47 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:47.114488+0000 mon.smithi173 (mon.0) 83 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-11-17T06:50:47.667 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:47 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:47.114795+0000 mon.smithi173 (mon.0) 84 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-11-17T06:50:47.667 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:47 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:47.115076+0000 mon.smithi173 (mon.0) 85 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-11-17T06:50:47.667 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:47 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:47.115384+0000 mon.smithi173 (mon.0) 86 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-11-17T06:50:47.667 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:47 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:47.117113+0000 mon.smithi173 (mon.0) 87 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "mon.smithi203","key": "mon_memory_target"}]: dispatch 2023-11-17T06:50:47.667 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:47 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:47.117383+0000 mon.smithi173 (mon.0) 88 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-11-17T06:50:47.667 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:47 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:47.117640+0000 mon.smithi173 (mon.0) 89 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-11-17T06:50:47.667 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:47 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:47.117888+0000 mon.smithi173 (mon.0) 90 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-11-17T06:50:47.668 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:47 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:47.118134+0000 mon.smithi173 (mon.0) 91 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-11-17T06:50:48.544 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:48 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:47.112079+0000 mgr.smithi173.hobuag (mgr.34104) 3 : audit [DBG] from='client.34120 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:50:48.544 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:48 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:47.426165+0000 mgr.smithi173.hobuag (mgr.34104) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:50:48.544 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:48 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:47.531476+0000 mon.smithi173 (mon.0) 92 : cluster [DBG] mgrmap e44: smithi173.hobuag(active, since 8s), standbys: smithi203.rpydvi 2023-11-17T06:50:48.762 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:50:48.762 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:50:48.762 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:50:48.763 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:50:48.763 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:50:48.763 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:50:48.763 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:50:48.763 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:50:48.763 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:50:48.763 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:50:48.763 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:50:48.763 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:50:48.763 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:50:48.763 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:50:48.763 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:50:48.764 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 11, 2023-11-17T06:50:48.764 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 3 2023-11-17T06:50:48.764 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:50:48.764 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:50:49.098 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -e sha1=ed3c8e926b9de93026c8a7c1d86be5d6821b52ac -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-11-17T06:50:51.042 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:49 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:48.761969+0000 mon.smithi173 (mon.0) 93 : audit [DBG] from='client.? 172.21.15.173:0/2019065987' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-17T06:50:51.043 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:49 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:49.349781+0000 mon.smithi173 (mon.0) 94 : audit [INF] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' 2023-11-17T06:50:51.043 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:49.618753+0000 mon.smithi173 (mon.0) 95 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-11-17T06:50:51.043 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:49.619122+0000 mon.smithi173 (mon.0) 96 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-11-17T06:50:51.043 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:49.619423+0000 mon.smithi173 (mon.0) 97 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-11-17T06:50:51.043 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:49.619702+0000 mon.smithi173 (mon.0) 98 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-11-17T06:50:51.044 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:49.619968+0000 mon.smithi173 (mon.0) 99 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-11-17T06:50:51.044 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:49.620226+0000 mon.smithi173 (mon.0) 100 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-11-17T06:50:51.044 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:49.620496+0000 mon.smithi173 (mon.0) 101 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-11-17T06:50:51.044 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:49.620746+0000 mon.smithi173 (mon.0) 102 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-11-17T06:50:51.044 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:49.621004+0000 mon.smithi173 (mon.0) 103 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "mds.foofs.smithi203.vvwhzy","key": "mds_cache_memory_limit"}]: dispatch 2023-11-17T06:50:51.044 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:49.621246+0000 mon.smithi173 (mon.0) 104 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-11-17T06:50:51.044 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:49.757806+0000 mon.smithi173 (mon.0) 105 : audit [INF] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' 2023-11-17T06:50:51.044 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:50.038098+0000 mon.smithi173 (mon.0) 106 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-11-17T06:50:51.044 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:50.038468+0000 mon.smithi173 (mon.0) 107 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-11-17T06:50:51.044 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:50.038731+0000 mon.smithi173 (mon.0) 108 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-11-17T06:50:51.044 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:50.038970+0000 mon.smithi173 (mon.0) 109 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-11-17T06:50:51.045 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:50.039205+0000 mon.smithi173 (mon.0) 110 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-11-17T06:50:51.045 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:50.039452+0000 mon.smithi173 (mon.0) 111 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-11-17T06:50:51.045 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:50.039688+0000 mon.smithi173 (mon.0) 112 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-11-17T06:50:51.045 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:50.039919+0000 mon.smithi173 (mon.0) 113 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-11-17T06:50:51.045 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:50.040158+0000 mon.smithi173 (mon.0) 114 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "mds.foofs.smithi173.piawpr","key": "mds_cache_memory_limit"}]: dispatch 2023-11-17T06:50:51.045 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:50.040395+0000 mon.smithi173 (mon.0) 115 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-11-17T06:50:51.045 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:50.040797+0000 mon.smithi173 (mon.0) 116 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:51.045 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:50.041422+0000 mon.smithi173 (mon.0) 117 : audit [INF] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:50:51.045 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cephadm 2023-11-17T06:50:50.041971+0000 mgr.smithi173.hobuag (mgr.34104) 6 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-11-17T06:50:51.045 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:50.042521+0000 mgr.smithi173.hobuag (mgr.34104) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:50:51.045 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:50.045912+0000 mon.smithi173 (mon.0) 118 : audit [INF] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' 2023-11-17T06:50:51.045 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:50.048387+0000 mon.smithi173 (mon.0) 119 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2023-11-17T06:50:51.052 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:50:50.051774+0000 mon.smithi173 (mon.0) 120 : audit [INF] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' 2023-11-17T06:50:51.052 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cephadm 2023-11-17T06:50:50.053471+0000 mgr.smithi173.hobuag (mgr.34104) 8 : cephadm [INF] Reconfiguring node-exporter.smithi173 (unknown last config time)... 2023-11-17T06:50:51.052 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cephadm 2023-11-17T06:50:50.053606+0000 mgr.smithi173.hobuag (mgr.34104) 9 : cephadm [INF] Reconfiguring daemon node-exporter.smithi173 on smithi173 2023-11-17T06:50:51.053 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:50.348147+0000 mon.smithi173 (mon.0) 121 : cluster [WRN] Health check failed: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-11-17T06:50:51.979 INFO:teuthology.orchestra.run.smithi173.stdout:wait for servicemap items w/ changing names to refresh 2023-11-17T06:50:52.312 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -e sha1=ed3c8e926b9de93026c8a7c1d86be5d6821b52ac -- bash -c 'sleep 60' 2023-11-17T06:50:53.351 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:53 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:52.043069+0000 mgr.smithi173.hobuag (mgr.34104) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail; 471 B/s wr, 0 op/s 2023-11-17T06:50:55.100 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:54 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:54.043504+0000 mgr.smithi173.hobuag (mgr.34104) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail; 360 B/s wr, 0 op/s 2023-11-17T06:50:57.350 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:57 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:56.044134+0000 mgr.smithi173.hobuag (mgr.34104) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail; 292 B/s wr, 0 op/s 2023-11-17T06:50:58.600 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:50:58 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:50:58.044528+0000 mgr.smithi173.hobuag (mgr.34104) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail; 289 B/s wr, 0 op/s 2023-11-17T06:51:01.350 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:01 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:00.045041+0000 mgr.smithi173.hobuag (mgr.34104) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail; 289 B/s wr, 0 op/s 2023-11-17T06:51:02.600 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:02 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:02.045827+0000 mgr.smithi173.hobuag (mgr.34104) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2023-11-17T06:51:05.100 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:04 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:04.046285+0000 mgr.smithi173.hobuag (mgr.34104) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:07.600 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:07 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:06.047134+0000 mgr.smithi173.hobuag (mgr.34104) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:08.600 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:08 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:08.047559+0000 mgr.smithi173.hobuag (mgr.34104) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:11.600 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:11 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:10.047998+0000 mgr.smithi173.hobuag (mgr.34104) 19 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:12.600 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:12 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:12.048680+0000 mgr.smithi173.hobuag (mgr.34104) 20 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:15.100 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:14 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:14.049265+0000 mgr.smithi173.hobuag (mgr.34104) 21 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:16.600 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:16 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:16.049951+0000 mgr.smithi173.hobuag (mgr.34104) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:18.600 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:18 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:18.050553+0000 mgr.smithi173.hobuag (mgr.34104) 23 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:20.600 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:20 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:20.051119+0000 mgr.smithi173.hobuag (mgr.34104) 24 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:22.600 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:22 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:22.051849+0000 mgr.smithi173.hobuag (mgr.34104) 25 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:25.100 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:24 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:24.052365+0000 mgr.smithi173.hobuag (mgr.34104) 26 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:26.601 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:26 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:26.053181+0000 mgr.smithi173.hobuag (mgr.34104) 27 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:28.600 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:28 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:28.053622+0000 mgr.smithi173.hobuag (mgr.34104) 28 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:30.600 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:30 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:30.054021+0000 mgr.smithi173.hobuag (mgr.34104) 29 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:32.600 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:32 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:32.054859+0000 mgr.smithi173.hobuag (mgr.34104) 30 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:35.100 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:34 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:34.055350+0000 mgr.smithi173.hobuag (mgr.34104) 31 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:36.600 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:36 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:36.056139+0000 mgr.smithi173.hobuag (mgr.34104) 32 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:38.600 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:38 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:38.056583+0000 mgr.smithi173.hobuag (mgr.34104) 33 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:40.600 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:40 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:40.057161+0000 mgr.smithi173.hobuag (mgr.34104) 34 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:42.600 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:42 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:42.057934+0000 mgr.smithi173.hobuag (mgr.34104) 35 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:45.101 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:44 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:44.058404+0000 mgr.smithi173.hobuag (mgr.34104) 36 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:46.100 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:51:45.467843+0000 mon.smithi173 (mon.0) 122 : audit [INF] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2023-11-17T06:51:46.101 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:51:45.468249+0000 mon.smithi173 (mon.0) 123 : audit [INF] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2023-11-17T06:51:46.101 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:51:45.468473+0000 mon.smithi173 (mon.0) 124 : audit [INF] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-11-17T06:51:46.101 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:45 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:51:45.468661+0000 mon.smithi173 (mon.0) 125 : audit [INF] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2023-11-17T06:51:47.100 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:46 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:46.059094+0000 mgr.smithi173.hobuag (mgr.34104) 37 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:48.600 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:48 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:48.059571+0000 mgr.smithi173.hobuag (mgr.34104) 38 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:50.600 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:50 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:50.059973+0000 mgr.smithi173.hobuag (mgr.34104) 39 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:52.600 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:52 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:52.060746+0000 mgr.smithi173.hobuag (mgr.34104) 40 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:53.499 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -e sha1=ed3c8e926b9de93026c8a7c1d86be5d6821b52ac -- bash -c 'ceph orch ps' 2023-11-17T06:51:54.640 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:51:54.640 INFO:teuthology.orchestra.run.smithi173.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (17m) 65s ago 23m 26.3M - 0.23.0 ba2b418f427c 4401b4d12a0c 2023-11-17T06:51:54.640 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi173 smithi173 running (82m) 64s ago 82m 6874k - 15.2.13 2cf504fded39 8642552c449c 2023-11-17T06:51:54.641 INFO:teuthology.orchestra.run.smithi173.stdout:crash.smithi203 smithi203 running (82m) 65s ago 82m 6870k - 15.2.13 2cf504fded39 6e1d7f6dd789 2023-11-17T06:51:54.641 INFO:teuthology.orchestra.run.smithi173.stdout:grafana.smithi173 smithi173 running (22m) 64s ago 82m 41.6M - 6.7.4 557c83e11646 f5ecf6bf0db4 2023-11-17T06:51:54.641 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi173.piawpr smithi173 running (67m) 64s ago 67m 27.3M - 15.2.13 2cf504fded39 44f19943db73 2023-11-17T06:51:54.641 INFO:teuthology.orchestra.run.smithi173.stdout:mds.foofs.smithi203.vvwhzy smithi203 running (67m) 65s ago 67m 39.6M - 15.2.13 2cf504fded39 d9169492cc5a 2023-11-17T06:51:54.641 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi173.hobuag smithi173 *:8443,9283 running (16m) 64s ago 89m 432M - 16.2.14-171-ged3c8e92 6be2081e30e3 5305aca39d23 2023-11-17T06:51:54.641 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.smithi203.rpydvi smithi203 *:8443,9283 running (6m) 65s ago 82m 390M - 16.2.14-171-ged3c8e92 6be2081e30e3 d2a475387252 2023-11-17T06:51:54.641 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi173 smithi173 running (81s) 64s ago 89m 47.7M 2048M 16.2.14-171-ged3c8e92 6be2081e30e3 f37e315de939 2023-11-17T06:51:54.641 INFO:teuthology.orchestra.run.smithi173.stdout:mon.smithi203 smithi203 running (87m) 65s ago 87m 469M 2048M 15.2.13 2cf504fded39 ad934ecbcc0a 2023-11-17T06:51:54.641 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.0.0.smithi173.xtqqgp smithi173 *:2049 running (22m) 64s ago 22m 91.5M - 3.3 2cf504fded39 4956c3f4aeb3 2023-11-17T06:51:54.641 INFO:teuthology.orchestra.run.smithi173.stdout:nfs.foo.1.0.smithi203.btnlxv smithi203 *:2049 running (22m) 65s ago 22m 93.3M - 3.3 2cf504fded39 d729d4863765 2023-11-17T06:51:54.642 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi173 smithi173 error 64s ago 59m - - 2023-11-17T06:51:54.642 INFO:teuthology.orchestra.run.smithi173.stdout:node-exporter.smithi203 smithi203 error 65s ago 57m - - 2023-11-17T06:51:54.642 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (82m) 64s ago 82m 3429M 4096M 15.2.13 2cf504fded39 1c770fed66ea 2023-11-17T06:51:54.642 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (81m) 64s ago 81m 3755M 4096M 15.2.13 2cf504fded39 78a52fd7854e 2023-11-17T06:51:54.642 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (81m) 64s ago 81m 2597M 4096M 15.2.13 2cf504fded39 d3c2f7bebf9e 2023-11-17T06:51:54.642 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (80m) 64s ago 80m 3776M 4096M 15.2.13 2cf504fded39 774de40b6aa4 2023-11-17T06:51:54.642 INFO:teuthology.orchestra.run.smithi173.stdout:osd.4 smithi203 running (80m) 65s ago 80m 3209M 4096M 15.2.13 2cf504fded39 bfcfcbd653fb 2023-11-17T06:51:54.642 INFO:teuthology.orchestra.run.smithi173.stdout:osd.5 smithi203 running (79m) 65s ago 79m 3877M 4096M 15.2.13 2cf504fded39 89633fc5f069 2023-11-17T06:51:54.642 INFO:teuthology.orchestra.run.smithi173.stdout:osd.6 smithi203 running (79m) 65s ago 79m 3497M 4096M 15.2.13 2cf504fded39 62563870ea12 2023-11-17T06:51:54.642 INFO:teuthology.orchestra.run.smithi173.stdout:osd.7 smithi203 running (79m) 65s ago 79m 5133M 4096M 15.2.13 2cf504fded39 96e49a21856b 2023-11-17T06:51:54.643 INFO:teuthology.orchestra.run.smithi173.stdout:prometheus.smithi203 smithi203 *:9095 running (22m) 65s ago 22m 65.6M - 2.33.4 514e6a882f6e fc4498846061 2023-11-17T06:51:54.992 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:54 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:54.061270+0000 mgr.smithi173.hobuag (mgr.34104) 41 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:54.992 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:54 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:51:54.629302+0000 mon.smithi173 (mon.0) 126 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "mon.smithi173","key": "mon_memory_target"}]: dispatch 2023-11-17T06:51:54.992 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:54 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:51:54.629679+0000 mon.smithi173 (mon.0) 127 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-11-17T06:51:54.992 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:54 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:51:54.629985+0000 mon.smithi173 (mon.0) 128 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-11-17T06:51:54.992 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:54 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:51:54.630280+0000 mon.smithi173 (mon.0) 129 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-11-17T06:51:54.992 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:54 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:51:54.630578+0000 mon.smithi173 (mon.0) 130 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-11-17T06:51:54.992 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:54 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:51:54.632370+0000 mon.smithi173 (mon.0) 131 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "mon.smithi203","key": "mon_memory_target"}]: dispatch 2023-11-17T06:51:54.992 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:54 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:51:54.632673+0000 mon.smithi173 (mon.0) 132 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-11-17T06:51:54.993 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:54 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:51:54.632971+0000 mon.smithi173 (mon.0) 133 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-11-17T06:51:54.993 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:54 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:51:54.633261+0000 mon.smithi173 (mon.0) 134 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-11-17T06:51:54.993 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:54 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:51:54.633558+0000 mon.smithi173 (mon.0) 135 : audit [DBG] from='mgr.34104 172.21.15.173:0/1906998549' entity='mgr.smithi173.hobuag' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-11-17T06:51:54.994 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -e sha1=ed3c8e926b9de93026c8a7c1d86be5d6821b52ac -- bash -c 'ceph versions' 2023-11-17T06:51:56.100 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:55 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:51:54.627378+0000 mgr.smithi173.hobuag (mgr.34104) 42 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:51:56.217 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2023-11-17T06:51:56.217 INFO:teuthology.orchestra.run.smithi173.stdout: "mon": { 2023-11-17T06:51:56.217 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-11-17T06:51:56.218 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 1 2023-11-17T06:51:56.218 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:51:56.218 INFO:teuthology.orchestra.run.smithi173.stdout: "mgr": { 2023-11-17T06:51:56.218 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 2 2023-11-17T06:51:56.218 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:51:56.218 INFO:teuthology.orchestra.run.smithi173.stdout: "osd": { 2023-11-17T06:51:56.218 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-11-17T06:51:56.218 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:51:56.218 INFO:teuthology.orchestra.run.smithi173.stdout: "mds": { 2023-11-17T06:51:56.218 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-11-17T06:51:56.218 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2023-11-17T06:51:56.219 INFO:teuthology.orchestra.run.smithi173.stdout: "overall": { 2023-11-17T06:51:56.219 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 11, 2023-11-17T06:51:56.219 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable)": 3 2023-11-17T06:51:56.219 INFO:teuthology.orchestra.run.smithi173.stdout: } 2023-11-17T06:51:56.219 INFO:teuthology.orchestra.run.smithi173.stdout:} 2023-11-17T06:51:56.569 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 -e sha1=ed3c8e926b9de93026c8a7c1d86be5d6821b52ac -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-11-17T06:51:57.101 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:56 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: cluster 2023-11-17T06:51:56.061904+0000 mgr.smithi173.hobuag (mgr.34104) 43 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 166 MiB data, 504 MiB used, 707 GiB / 715 GiB avail 2023-11-17T06:51:57.101 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:56 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:51:56.217074+0000 mon.smithi173 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.173:0/4089571581' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-17T06:51:57.814 INFO:teuthology.orchestra.run.smithi173.stdout:false 2023-11-17T06:51:58.100 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:57 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: audit 2023-11-17T06:51:57.802888+0000 mon.smithi203 (mon.1) 442 : audit [DBG] from='client.? 172.21.15.173:0/3188394859' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-17T06:51:58.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T06:51:58.143 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi173 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 39a17d88-8509-11ee-8dbe-212e2dc638e7 -e sha1=ed3c8e926b9de93026c8a7c1d86be5d6821b52ac -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-17T06:51:58.266 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=a5ee4b898fff4433b2d13dead6166fe6 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi173 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 39a17d88-8509-11ee-8dbe-212e2dc638e7 -e sha1=ed3c8e926b9de93026c8a7c1d86be5d6821b52ac -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-17T06:51:58.270 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-17T06:51:58.284 INFO:tasks.cephadm:Teardown begin 2023-11-17T06:51:58.285 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-17T06:51:58.319 DEBUG:teuthology.orchestra.run.smithi203:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-17T06:51:58.358 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-17T06:51:58.359 DEBUG:teuthology.orchestra.run.smithi173:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-17T06:51:58.377 DEBUG:teuthology.orchestra.run.smithi203:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-17T06:51:58.419 INFO:tasks.cephadm:Stopping all daemons... 2023-11-17T06:51:58.420 INFO:tasks.cephadm.mon.smithi173:Stopping mon.smithi173... 2023-11-17T06:51:58.420 DEBUG:teuthology.orchestra.run.smithi173:> sudo systemctl stop ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@mon.smithi173 2023-11-17T06:51:58.763 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:58 smithi173 systemd[1]: Stopping Ceph mon.smithi173 for 39a17d88-8509-11ee-8dbe-212e2dc638e7... 2023-11-17T06:51:58.764 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:58 smithi173 bash[202538]: Error: no container with name or ID "ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon.smithi173" found: no such container 2023-11-17T06:51:58.764 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:58 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:51:58.642+0000 7f95de2a6700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-11-17T06:51:58.764 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:58 smithi173 ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173[200180]: debug 2023-11-17T06:51:58.642+0000 7f95de2a6700 -1 mon.smithi173@0(leader) e2 *** Got Signal Terminated *** 2023-11-17T06:51:59.100 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Nov 17 06:51:58 smithi173 bash[202576]: ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon-smithi173 2023-11-17T06:51:59.254 DEBUG:teuthology.orchestra.run.smithi173:> sudo pkill -f 'journalctl -f -n 0 -u ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@mon.smithi173.service' 2023-11-17T06:51:59.321 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-17T06:51:59.321 INFO:tasks.cephadm.mon.smithi173:Stopped mon.smithi173 2023-11-17T06:51:59.322 INFO:tasks.cephadm.mon.smithi203:Stopping mon.smithi203... 2023-11-17T06:51:59.322 DEBUG:teuthology.orchestra.run.smithi203:> sudo systemctl stop ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@mon.smithi203 2023-11-17T06:51:59.623 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 17 06:51:59 smithi203 systemd[1]: Stopping Ceph mon.smithi203 for 39a17d88-8509-11ee-8dbe-212e2dc638e7... 2023-11-17T06:51:59.925 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 17 06:51:59 smithi203 bash[128108]: ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-mon.smithi203 2023-11-17T06:51:59.925 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 17 06:51:59 smithi203 bash[128149]: bash: /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/mon.smithi203/unit.stop: No such file or directory 2023-11-17T06:51:59.929 DEBUG:teuthology.orchestra.run.smithi203:> sudo pkill -f 'journalctl -f -n 0 -u ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@mon.smithi203.service' 2023-11-17T06:51:59.973 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-17T06:51:59.974 INFO:tasks.cephadm.mon.smithi203:Stopped mon.smithi203 2023-11-17T06:51:59.974 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-11-17T06:51:59.974 DEBUG:teuthology.orchestra.run.smithi173:> sudo systemctl stop ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.0 2023-11-17T06:52:00.329 INFO:journalctl@ceph.osd.0.smithi173.stdout:Nov 17 06:52:00 smithi173 systemd[1]: Stopping Ceph osd.0 for 39a17d88-8509-11ee-8dbe-212e2dc638e7... 2023-11-17T06:52:00.580 INFO:journalctl@ceph.osd.0.smithi173.stdout:Nov 17 06:52:00 smithi173 bash[202705]: ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-osd.0 2023-11-17T06:52:00.581 INFO:journalctl@ceph.osd.0.smithi173.stdout:Nov 17 06:52:00 smithi173 bash[202746]: bash: /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/osd.0/unit.stop: No such file or directory 2023-11-17T06:52:01.228 DEBUG:teuthology.orchestra.run.smithi173:> sudo pkill -f 'journalctl -f -n 0 -u ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.0.service' 2023-11-17T06:52:01.268 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-17T06:52:01.268 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-11-17T06:52:01.268 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-11-17T06:52:01.269 DEBUG:teuthology.orchestra.run.smithi173:> sudo systemctl stop ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.1 2023-11-17T06:52:01.527 INFO:journalctl@ceph.osd.1.smithi173.stdout:Nov 17 06:52:01 smithi173 systemd[1]: Stopping Ceph osd.1 for 39a17d88-8509-11ee-8dbe-212e2dc638e7... 2023-11-17T06:52:01.850 INFO:journalctl@ceph.osd.1.smithi173.stdout:Nov 17 06:52:01 smithi173 bash[202887]: ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-osd.1 2023-11-17T06:52:01.851 INFO:journalctl@ceph.osd.1.smithi173.stdout:Nov 17 06:52:01 smithi173 bash[202930]: bash: /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/osd.1/unit.stop: No such file or directory 2023-11-17T06:52:02.561 DEBUG:teuthology.orchestra.run.smithi173:> sudo pkill -f 'journalctl -f -n 0 -u ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.1.service' 2023-11-17T06:52:02.600 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-17T06:52:02.600 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-11-17T06:52:02.601 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-11-17T06:52:02.601 DEBUG:teuthology.orchestra.run.smithi173:> sudo systemctl stop ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.2 2023-11-17T06:52:02.845 INFO:journalctl@ceph.osd.2.smithi173.stdout:Nov 17 06:52:02 smithi173 systemd[1]: Stopping Ceph osd.2 for 39a17d88-8509-11ee-8dbe-212e2dc638e7... 2023-11-17T06:52:03.100 INFO:journalctl@ceph.osd.2.smithi173.stdout:Nov 17 06:52:03 smithi173 bash[203070]: ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-osd.2 2023-11-17T06:52:03.101 INFO:journalctl@ceph.osd.2.smithi173.stdout:Nov 17 06:52:03 smithi173 bash[203112]: bash: /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/osd.2/unit.stop: No such file or directory 2023-11-17T06:52:03.919 DEBUG:teuthology.orchestra.run.smithi173:> sudo pkill -f 'journalctl -f -n 0 -u ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.2.service' 2023-11-17T06:52:03.958 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-17T06:52:03.959 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-11-17T06:52:03.959 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-11-17T06:52:03.959 DEBUG:teuthology.orchestra.run.smithi173:> sudo systemctl stop ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.3 2023-11-17T06:52:04.219 INFO:journalctl@ceph.osd.3.smithi173.stdout:Nov 17 06:52:04 smithi173 systemd[1]: Stopping Ceph osd.3 for 39a17d88-8509-11ee-8dbe-212e2dc638e7... 2023-11-17T06:52:04.601 INFO:journalctl@ceph.osd.3.smithi173.stdout:Nov 17 06:52:04 smithi173 bash[203250]: ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-osd.3 2023-11-17T06:52:04.601 INFO:journalctl@ceph.osd.3.smithi173.stdout:Nov 17 06:52:04 smithi173 bash[203292]: bash: /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/osd.3/unit.stop: No such file or directory 2023-11-17T06:52:05.260 DEBUG:teuthology.orchestra.run.smithi173:> sudo pkill -f 'journalctl -f -n 0 -u ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.3.service' 2023-11-17T06:52:05.299 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-17T06:52:05.299 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-11-17T06:52:05.300 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-11-17T06:52:05.300 DEBUG:teuthology.orchestra.run.smithi203:> sudo systemctl stop ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.4 2023-11-17T06:52:05.741 INFO:journalctl@ceph.osd.4.smithi203.stdout:Nov 17 06:52:05 smithi203 systemd[1]: Stopping Ceph osd.4 for 39a17d88-8509-11ee-8dbe-212e2dc638e7... 2023-11-17T06:52:06.072 INFO:journalctl@ceph.osd.4.smithi203.stdout:Nov 17 06:52:05 smithi203 bash[128203]: ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-osd.4 2023-11-17T06:52:06.072 INFO:journalctl@ceph.osd.4.smithi203.stdout:Nov 17 06:52:05 smithi203 bash[128244]: bash: /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/osd.4/unit.stop: No such file or directory 2023-11-17T06:52:06.773 DEBUG:teuthology.orchestra.run.smithi203:> sudo pkill -f 'journalctl -f -n 0 -u ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.4.service' 2023-11-17T06:52:06.812 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-17T06:52:06.813 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-11-17T06:52:06.813 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-11-17T06:52:06.813 DEBUG:teuthology.orchestra.run.smithi203:> sudo systemctl stop ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.5 2023-11-17T06:52:07.077 INFO:journalctl@ceph.osd.5.smithi203.stdout:Nov 17 06:52:06 smithi203 systemd[1]: Stopping Ceph osd.5 for 39a17d88-8509-11ee-8dbe-212e2dc638e7... 2023-11-17T06:52:07.571 INFO:journalctl@ceph.osd.5.smithi203.stdout:Nov 17 06:52:07 smithi203 bash[128385]: ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-osd.5 2023-11-17T06:52:07.572 INFO:journalctl@ceph.osd.5.smithi203.stdout:Nov 17 06:52:07 smithi203 bash[128426]: bash: /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/osd.5/unit.stop: No such file or directory 2023-11-17T06:52:08.290 DEBUG:teuthology.orchestra.run.smithi203:> sudo pkill -f 'journalctl -f -n 0 -u ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.5.service' 2023-11-17T06:52:08.329 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-17T06:52:08.330 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-11-17T06:52:08.330 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-11-17T06:52:08.330 DEBUG:teuthology.orchestra.run.smithi203:> sudo systemctl stop ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.6 2023-11-17T06:52:08.558 INFO:journalctl@ceph.osd.6.smithi203.stdout:Nov 17 06:52:08 smithi203 systemd[1]: Stopping Ceph osd.6 for 39a17d88-8509-11ee-8dbe-212e2dc638e7... 2023-11-17T06:52:08.828 INFO:journalctl@ceph.osd.6.smithi203.stdout:Nov 17 06:52:08 smithi203 bash[128568]: ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-osd.6 2023-11-17T06:52:08.828 INFO:journalctl@ceph.osd.6.smithi203.stdout:Nov 17 06:52:08 smithi203 bash[128611]: bash: /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/osd.6/unit.stop: No such file or directory 2023-11-17T06:52:09.806 DEBUG:teuthology.orchestra.run.smithi203:> sudo pkill -f 'journalctl -f -n 0 -u ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.6.service' 2023-11-17T06:52:09.845 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-17T06:52:09.845 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-11-17T06:52:09.845 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-11-17T06:52:09.845 DEBUG:teuthology.orchestra.run.smithi203:> sudo systemctl stop ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.7 2023-11-17T06:52:10.077 INFO:journalctl@ceph.osd.7.smithi203.stdout:Nov 17 06:52:09 smithi203 systemd[1]: Stopping Ceph osd.7 for 39a17d88-8509-11ee-8dbe-212e2dc638e7... 2023-11-17T06:52:10.495 INFO:journalctl@ceph.osd.7.smithi203.stdout:Nov 17 06:52:10 smithi203 bash[128752]: ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7-osd.7 2023-11-17T06:52:10.495 INFO:journalctl@ceph.osd.7.smithi203.stdout:Nov 17 06:52:10 smithi203 bash[128796]: bash: /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/osd.7/unit.stop: No such file or directory 2023-11-17T06:52:11.172 DEBUG:teuthology.orchestra.run.smithi203:> sudo pkill -f 'journalctl -f -n 0 -u ceph-39a17d88-8509-11ee-8dbe-212e2dc638e7@osd.7.service' 2023-11-17T06:52:11.210 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-17T06:52:11.210 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-11-17T06:52:11.211 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-17T06:52:11.360 INFO:teuthology.orchestra.run.smithi173.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2023-11-17T06:52:11.360 INFO:teuthology.orchestra.run.smithi173.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2023-11-17T06:52:11.360 INFO:teuthology.orchestra.run.smithi173.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2023-11-17T06:52:11.361 INFO:teuthology.orchestra.run.smithi173.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2023-11-17T06:52:11.361 INFO:teuthology.orchestra.run.smithi173.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install,registry-login,gather-facts} 2023-11-17T06:52:11.361 INFO:teuthology.orchestra.run.smithi173.stderr: ... 2023-11-17T06:52:11.361 INFO:teuthology.orchestra.run.smithi173.stderr:cephadm: error: unrecognized arguments: --keep-logs 2023-11-17T06:52:11.370 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-17T06:52:11.371 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-17T06:52:11.506 INFO:teuthology.orchestra.run.smithi203.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2023-11-17T06:52:11.507 INFO:teuthology.orchestra.run.smithi203.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2023-11-17T06:52:11.507 INFO:teuthology.orchestra.run.smithi203.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2023-11-17T06:52:11.507 INFO:teuthology.orchestra.run.smithi203.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2023-11-17T06:52:11.507 INFO:teuthology.orchestra.run.smithi203.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install,registry-login,gather-facts} 2023-11-17T06:52:11.507 INFO:teuthology.orchestra.run.smithi203.stderr: ... 2023-11-17T06:52:11.507 INFO:teuthology.orchestra.run.smithi203.stderr:cephadm: error: unrecognized arguments: --keep-logs 2023-11-17T06:52:11.517 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-17T06:52:11.517 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-17T06:52:11.544 DEBUG:teuthology.orchestra.run.smithi203:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-17T06:52:11.571 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-17T06:52:11.573 DEBUG:teuthology.misc:Transferring archived files from smithi173:/var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461281/remote/ubuntu@smithi173.front.sepia.ceph.com/crash 2023-11-17T06:52:11.574 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-17T06:52:11.617 DEBUG:teuthology.misc:Transferring archived files from smithi203:/var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461281/remote/ubuntu@smithi203.front.sepia.ceph.com/crash 2023-11-17T06:52:11.618 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /var/lib/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-17T06:52:11.660 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-17T06:52:11.660 DEBUG:teuthology.orchestra.run.smithi173:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-17T06:52:11.686 INFO:teuthology.orchestra.run.smithi173.stderr:grep: /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-17T06:52:11.688 INFO:tasks.cephadm:Compressing logs... 2023-11-17T06:52:11.688 DEBUG:teuthology.orchestra.run.smithi173:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-17T06:52:11.730 DEBUG:teuthology.orchestra.run.smithi203:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-17T06:52:11.755 INFO:teuthology.orchestra.run.smithi173.stderr:find: ‘/var/log/rbd-target-api’gzip : No such file or directory-5 2023-11-17T06:52:11.755 INFO:teuthology.orchestra.run.smithi173.stderr:--verbose -- /var/log/ceph/cephadm.log 2023-11-17T06:52:11.755 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-17T06:52:11.755 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.2.log 2023-11-17T06:52:11.756 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.3.log 2023-11-17T06:52:11.756 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-volume.log: /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.0.log 2023-11-17T06:52:11.756 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi173.hobuag.log 2023-11-17T06:52:11.757 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-mon.smithi173.log 2023-11-17T06:52:11.758 INFO:teuthology.orchestra.run.smithi203.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-17T06:52:11.759 INFO:teuthology.orchestra.run.smithi203.stderr:: No such file or directory 2023-11-17T06:52:11.759 INFO:teuthology.orchestra.run.smithi203.stderr:gzip -5 --verbose -- /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.6.log 2023-11-17T06:52:11.759 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-17T06:52:11.759 INFO:teuthology.orchestra.run.smithi203.stderr:gzip -5 --verbose -- /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi203.rpydvi.log 2023-11-17T06:52:11.759 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.6.log: /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi203.vvwhzy.log 2023-11-17T06:52:11.759 INFO:teuthology.orchestra.run.smithi203.stderr:gzip -5 --verbose -- /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.7.log 2023-11-17T06:52:11.759 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi203.rpydvi.log: /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi203.vvwhzy.log: gzip -5 --verbose -- /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-mon.smithi203.log 2023-11-17T06:52:11.760 INFO:teuthology.orchestra.run.smithi203.stderr: 79.9% -- replaced with /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi203.vvwhzy.log.gz 2023-11-17T06:52:11.760 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.4.log 2023-11-17T06:52:11.760 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi173.hobuag.log: /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-mon.smithi173.log: 91.4% -- replaced with /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-17T06:52:11.761 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-mon.smithi203.log: /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.4.log: 91.3% -- replaced with /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-17T06:52:11.763 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi173.piawpr.log 2023-11-17T06:52:11.764 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi173.piawpr.log: 62.1% -- replaced with /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi173.piawpr.log.gz 2023-11-17T06:52:11.764 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.1.log 2023-11-17T06:52:11.765 INFO:teuthology.orchestra.run.smithi173.stderr: 92.5% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-17T06:52:11.767 INFO:teuthology.orchestra.run.smithi203.stderr: 91.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-17T06:52:11.768 INFO:teuthology.orchestra.run.smithi203.stderr:gzip -5 --verbose -- /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.5.log 2023-11-17T06:52:11.892 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.5.log: 91.0% -- replaced with /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi203.rpydvi.log.gz 2023-11-17T06:52:12.840 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.1.log: gzip: /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi173.hobuag.log: file size changed while zipping 2023-11-17T06:52:12.840 INFO:teuthology.orchestra.run.smithi173.stderr: 92.4% -- replaced with /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi173.hobuag.log.gz 2023-11-17T06:52:12.945 INFO:teuthology.orchestra.run.smithi203.stderr: 92.5% -- replaced with /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-mon.smithi203.log.gz 2023-11-17T06:52:15.844 INFO:teuthology.orchestra.run.smithi173.stderr: 91.1% -- replaced with /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-mon.smithi173.log.gz 2023-11-17T06:52:24.607 INFO:teuthology.orchestra.run.smithi173.stderr: 94.4% -- replaced with /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.2.log.gz 2023-11-17T06:52:27.830 INFO:teuthology.orchestra.run.smithi203.stderr: 93.9% -- replaced with /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.4.log.gz 2023-11-17T06:52:30.962 INFO:teuthology.orchestra.run.smithi203.stderr: 94.2% -- replaced with /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.6.log.gz 2023-11-17T06:52:31.497 INFO:teuthology.orchestra.run.smithi173.stderr: 94.0% -- replaced with /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.0.log.gz 2023-11-17T06:52:32.039 INFO:teuthology.orchestra.run.smithi173.stderr: 94.2% -- replaced with /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.1.log.gz 2023-11-17T06:52:33.085 INFO:teuthology.orchestra.run.smithi173.stderr: 94.1% -- replaced with /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.3.log.gz 2023-11-17T06:52:33.087 INFO:teuthology.orchestra.run.smithi173.stderr: 2023-11-17T06:52:33.087 INFO:teuthology.orchestra.run.smithi173.stderr:real 0m21.341s 2023-11-17T06:52:33.087 INFO:teuthology.orchestra.run.smithi173.stderr:user 1m16.252s 2023-11-17T06:52:33.088 INFO:teuthology.orchestra.run.smithi173.stderr:sys 0m3.003s 2023-11-17T06:52:33.206 INFO:teuthology.orchestra.run.smithi203.stderr: 94.2% -- replaced with /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.5.log.gz 2023-11-17T06:52:41.039 INFO:teuthology.orchestra.run.smithi203.stderr: 94.1% -- replaced with /var/log/ceph/39a17d88-8509-11ee-8dbe-212e2dc638e7/ceph-osd.7.log.gz 2023-11-17T06:52:41.041 INFO:teuthology.orchestra.run.smithi203.stderr: 2023-11-17T06:52:41.041 INFO:teuthology.orchestra.run.smithi203.stderr:real 0m29.294s 2023-11-17T06:52:41.041 INFO:teuthology.orchestra.run.smithi203.stderr:user 1m23.807s 2023-11-17T06:52:41.042 INFO:teuthology.orchestra.run.smithi203.stderr:sys 0m3.389s 2023-11-17T06:52:41.042 INFO:tasks.cephadm:Archiving logs... 2023-11-17T06:52:41.042 DEBUG:teuthology.misc:Transferring archived files from smithi173:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461281/remote/ubuntu@smithi173.front.sepia.ceph.com/log 2023-11-17T06:52:41.043 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-17T06:52:51.158 DEBUG:teuthology.misc:Transferring archived files from smithi203:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461281/remote/ubuntu@smithi203.front.sepia.ceph.com/log 2023-11-17T06:53:17.506 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-17T06:53:29.843 INFO:teuthology.orchestra.run.smithi203.stderr:tar: .: file changed as we read it 2023-11-17T06:53:29.844 INFO:tasks.cephadm:Removing cluster... 2023-11-17T06:53:29.845 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 --force 2023-11-17T06:53:47.257 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 39a17d88-8509-11ee-8dbe-212e2dc638e7 --force 2023-11-17T06:56:15.566 INFO:tasks.cephadm:Removing cephadm ... 2023-11-17T06:56:42.064 DEBUG:teuthology.orchestra.run.smithi173:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-17T06:56:42.105 DEBUG:teuthology.orchestra.run.smithi203:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-17T06:56:42.133 INFO:tasks.cephadm:Teardown complete 2023-11-17T06:56:42.134 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-17T06:56:42.148 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-17T06:56:42.149 DEBUG:teuthology.orchestra.run.smithi173:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-17T06:56:42.151 DEBUG:teuthology.orchestra.run.smithi203:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-17T06:56:42.168 INFO:teuthology.orchestra.run.smithi173.stderr:bash: ntpq: command not found 2023-11-17T06:56:42.174 INFO:teuthology.orchestra.run.smithi173.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-17T06:56:42.175 INFO:teuthology.orchestra.run.smithi173.stdout:=============================================================================== 2023-11-17T06:56:42.175 INFO:teuthology.orchestra.run.smithi173.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 12 +1561us[+1561us] +/- 79ms 2023-11-17T06:56:42.175 INFO:teuthology.orchestra.run.smithi173.stdout:^* hv02.front.sepia.ceph.com 3 7 377 74 -615us[ -606us] +/- 56ms 2023-11-17T06:56:42.175 INFO:teuthology.orchestra.run.smithi173.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 5 -599us[ -599us] +/- 88ms 2023-11-17T06:56:42.175 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T06:56:42.194 INFO:teuthology.orchestra.run.smithi203.stderr:bash: ntpq: command not found 2023-11-17T06:56:42.199 INFO:teuthology.orchestra.run.smithi203.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-17T06:56:42.199 INFO:teuthology.orchestra.run.smithi203.stdout:=============================================================================== 2023-11-17T06:56:42.199 INFO:teuthology.orchestra.run.smithi203.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 3 +1543us[+1543us] +/- 79ms 2023-11-17T06:56:42.199 INFO:teuthology.orchestra.run.smithi203.stdout:^* hv02.front.sepia.ceph.com 3 7 377 72 -632us[ -641us] +/- 57ms 2023-11-17T06:56:42.199 INFO:teuthology.orchestra.run.smithi203.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 5 -634us[ -634us] +/- 88ms 2023-11-17T06:56:42.200 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T06:56:42.200 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-17T06:56:42.216 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-17T06:56:42.218 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-17T06:56:42.227 DEBUG:teuthology.orchestra.run.smithi173:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-17T06:56:42.328 DEBUG:teuthology.orchestra.run.smithi203:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-17T06:56:42.428 DEBUG:teuthology.orchestra.run.smithi173:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-17T06:56:42.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T06:56:42.461 DEBUG:teuthology.orchestra.run.smithi203:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-17T06:56:42.493 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T06:56:42.494 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-17T06:56:42.503 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-17T06:56:42.513 INFO:teuthology.task.internal:Duration was 6190.279485 seconds 2023-11-17T06:56:42.514 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-17T06:56:42.524 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-17T06:56:42.524 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-17T06:56:42.526 DEBUG:teuthology.orchestra.run.smithi203:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-17T06:56:42.570 INFO:teuthology.orchestra.run.smithi173.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-17T06:56:42.580 INFO:teuthology.orchestra.run.smithi203.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-17T06:56:42.879 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-17T06:56:42.879 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi173.front.sepia.ceph.com 2023-11-17T06:56:42.879 DEBUG:teuthology.orchestra.run.smithi173:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-17T06:56:42.900 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi203.front.sepia.ceph.com 2023-11-17T06:56:42.901 DEBUG:teuthology.orchestra.run.smithi203:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-17T06:56:42.923 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-17T06:56:42.924 DEBUG:teuthology.orchestra.run.smithi173:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-17T06:56:42.943 DEBUG:teuthology.orchestra.run.smithi203:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-17T06:56:43.006 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-17T06:56:43.006 DEBUG:teuthology.orchestra.run.smithi173:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-17T06:56:43.008 DEBUG:teuthology.orchestra.run.smithi203:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-17T06:56:43.125 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-17T06:56:43.136 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-17T06:56:43.136 DEBUG:teuthology.orchestra.run.smithi173:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-17T06:56:43.163 DEBUG:teuthology.orchestra.run.smithi203:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-17T06:56:43.190 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-17T06:56:43.200 DEBUG:teuthology.orchestra.run.smithi173:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-17T06:56:43.205 DEBUG:teuthology.orchestra.run.smithi203:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-17T06:56:43.229 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern = core 2023-11-17T06:56:43.256 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern = core 2023-11-17T06:56:43.275 DEBUG:teuthology.orchestra.run.smithi173:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-17T06:56:43.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T06:56:43.304 DEBUG:teuthology.orchestra.run.smithi203:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-17T06:56:43.331 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T06:56:43.332 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-17T06:56:43.343 INFO:teuthology.task.internal:Transferring archived files... 2023-11-17T06:56:43.344 DEBUG:teuthology.misc:Transferring archived files from smithi173:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461281/remote/smithi173 2023-11-17T06:56:43.345 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-17T06:56:43.385 DEBUG:teuthology.misc:Transferring archived files from smithi203:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461281/remote/smithi203 2023-11-17T06:56:43.386 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-17T06:56:43.423 INFO:teuthology.task.internal:Removing archive directory... 2023-11-17T06:56:43.423 DEBUG:teuthology.orchestra.run.smithi173:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-17T06:56:43.425 DEBUG:teuthology.orchestra.run.smithi203:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-17T06:56:43.475 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-17T06:56:43.486 INFO:teuthology.task.internal:Not uploading archives. 2023-11-17T06:56:43.486 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-17T06:56:43.496 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-17T06:56:43.497 DEBUG:teuthology.orchestra.run.smithi173:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-17T06:56:43.498 DEBUG:teuthology.orchestra.run.smithi203:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-17T06:56:43.514 INFO:teuthology.orchestra.run.smithi173.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 17 06:56 /home/ubuntu/cephtest 2023-11-17T06:56:43.532 INFO:teuthology.orchestra.run.smithi203.stdout: 525365 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 17 06:56 /home/ubuntu/cephtest 2023-11-17T06:56:43.533 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-17T06:56:43.544 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-17T06:56:43.564 INFO:teuthology.nuke:Checking targets against current locks 2023-11-17T06:56:43.593 DEBUG:teuthology.nuke:shortname: smithi173 2023-11-17T06:56:43.593 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-17T06:56:43.616 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi173.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461281', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-17 05:05:06.160887', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLKzlVEwZbDm8S25/uCPAvpw/umecw3cf+epLIdejKGkppidsuReFIac16OaKDAOHUHuiTSoLDw2c45T3BBRtsc='} 2023-11-17T06:56:43.620 DEBUG:teuthology.nuke:shortname: smithi203 2023-11-17T06:56:43.620 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-17T06:56:43.639 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi203.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461281', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-17 05:05:06.159561', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMDvtWAKqtfr/FBE4M3sHqXlgp4xBvucpC5lh3iBQrbffuKnCpMOyoSrqBrm+IuR6OF9SENLweWsDZEopXx6CT4='} 2023-11-17T06:56:43.670 INFO:teuthology.orchestra.console.smithi173:Power off 2023-11-17T06:56:43.670 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-17T06:56:43.693 DEBUG:teuthology.orchestra.console.smithi173:power off output: Chassis Power Control: Down/Off 2023-11-17T06:56:43.694 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T06:56:43.708 INFO:teuthology.orchestra.console.smithi203:Power off 2023-11-17T06:56:43.709 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-17T06:56:43.718 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is on 2023-11-17T06:56:43.732 DEBUG:teuthology.orchestra.console.smithi203:power off output: Chassis Power Control: Down/Off 2023-11-17T06:56:43.732 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T06:56:43.754 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is on 2023-11-17T06:56:47.720 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T06:56:47.755 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T06:56:47.831 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is on 2023-11-17T06:56:47.864 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is on 2023-11-17T06:56:51.834 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T06:56:51.865 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T06:56:51.945 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is off 2023-11-17T06:56:51.975 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is off 2023-11-17T06:56:52.046 INFO:teuthology.orchestra.console.smithi173:Power off completed 2023-11-17T06:56:52.076 INFO:teuthology.orchestra.console.smithi203:Power off completed 2023-11-17T06:56:52.181 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: 6190.2794852256775 failure_reason: 'Command failed on smithi173 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 39a17d88-8509-11ee-8dbe-212e2dc638e7 -e sha1=ed3c8e926b9de93026c8a7c1d86be5d6821b52ac -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=a5ee4b898fff4433b2d13dead6166fe6 status: fail success: false 2023-11-17T06:56:52.182 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-17T06:56:52.248 INFO:teuthology.run:FAIL